LibreOffice
LibreOffice 24.2 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. 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... | |
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
.