LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to find the used area of the entire sheet. More...
import"XUsedAreaCursor.idl";
Public Member Functions | |
void | gotoStartOfUsedArea ([in] boolean bExpand) |
points the cursor to the start of the used area. More... | |
void | gotoEndOfUsedArea ([in] boolean bExpand) |
points the cursor to the end of the used area. 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... | |
provides methods to find the used area of the entire sheet.
The used area is the smallest cell range that contains all cells of the spreadsheet with any contents (values, text, formulas) or visible formatting (borders and background color).
void gotoEndOfUsedArea | ( | [in] boolean | bExpand | ) |
points the cursor to the end of the used area.
bExpand | TRUE = expands the current cursor range, FALSE = sets size of the cursor to a single cell. |
void gotoStartOfUsedArea | ( | [in] boolean | bExpand | ) |
points the cursor to the start of the used area.
bExpand | TRUE = expands the current cursor range, FALSE = sets size of the cursor to a single cell. |