LibreOffice
LibreOffice 24.8 SDK API Reference
|
enables a SpreadsheetView to freeze columns and rows of the view. More...
import <XViewFreezable.idl;
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. | |
![]() | |
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. | |
enables a SpreadsheetView to freeze columns and rows of the view.
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.
boolean hasFrozenPanes | ( | ) |
returns TRUE
if the view has frozen panes.
Only one of XViewSplitable::getIsWindowSplit() and XViewFreezable::hasFrozenPanes() can be TRUE
.