LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XViewFreezable Interface Referencepublished

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

Inheritance diagram for XViewFreezable:
XInterface SpreadsheetView

Public Member Functions

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

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: