|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module sheet {
com::sun::star::table::CellRangeAddress getVisibleRange()
returns the address of the cell range that consists of the cells which are visible in the pane.
represents a pane in a view of a spreadsheet document.
Definition: XViewPane.idl:30
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:27
long getFirstVisibleColumn()
returns the first column that is visible in the pane.
long getFirstVisibleRow()
returns the first row that is visible in the pane.
void setFirstVisibleColumn([in] long nFirstVisibleColumn)
sets the first column that is visible in the pane.
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46
void setFirstVisibleRow([in] long nFirstVisibleRow)
sets the first row that is visible in the pane.