LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sheet_XViewPane_idl__
20 #define __com_sun_star_sheet_XViewPane_idl__
28 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:36
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30
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:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
void setFirstVisibleRow([in] long nFirstVisibleRow)
sets the first row that is visible in the pane.