LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XViewFreezable Interface Referencepublished

enables a SpreadsheetView to freeze columns and rows of the view. More...

import"XViewFreezable.idl";

Inheritance diagram for XViewFreezable:
XInterface SpreadsheetView

Public Member Functions

boolean hasFrozenPanes ()
 returns TRUE if the view has frozen panes. More...
 
void freezeAtPosition ([in] long nColumns, [in] long nRows)
 freezes panes with the specified number of columns and rows. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

enables a SpreadsheetView to freeze columns and rows of the view.

Member Function Documentation

◆ freezeAtPosition()

void freezeAtPosition ( [in] long  nColumns,
[in] long  nRows 
)

freezes panes with the specified number of columns and rows.

To freeze only horizontally, specify nRows as 0. To freeze only vertically, specify nColumns as 0.

◆ hasFrozenPanes()

boolean hasFrozenPanes ( )

returns TRUE if the view has frozen panes.

Only one of XViewSplitable::getIsWindowSplit() and XViewFreezable::hasFrozenPanes() can be TRUE.


The documentation for this interface was generated from the following file: