LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a pane in a view of a spreadsheet document. More...
import"XViewPane.idl";
Public Member Functions | |
long | getFirstVisibleColumn () |
returns the first column that is visible in the pane. More... | |
void | setFirstVisibleColumn ([in] long nFirstVisibleColumn) |
sets the first column that is visible in the pane. More... | |
long | getFirstVisibleRow () |
returns the first row that is visible in the pane. More... | |
void | setFirstVisibleRow ([in] long nFirstVisibleRow) |
sets the first row that is visible in the pane. More... | |
com::sun::star::table::CellRangeAddress | getVisibleRange () |
returns the address of the cell range that consists of the cells which are visible in the pane. 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... | |
represents a pane in a view of a spreadsheet document.
long getFirstVisibleColumn | ( | ) |
returns the first column that is visible in the pane.
long getFirstVisibleRow | ( | ) |
returns the first row that is visible in the pane.
com::sun::star::table::CellRangeAddress getVisibleRange | ( | ) |
returns the address of the cell range that consists of the cells which are visible in the pane.
void setFirstVisibleColumn | ( | [in] long | nFirstVisibleColumn | ) |
sets the first column that is visible in the pane.
void setFirstVisibleRow | ( | [in] long | nFirstVisibleRow | ) |
sets the first row that is visible in the pane.