22 module
com { module sun { module star { module sheet {
represents a pane in a view of a spreadsheet document.
Definition XViewPane.idl:30
long getFirstVisibleColumn()
returns the first column that is visible in the pane.
void setFirstVisibleRow([in] long nFirstVisibleRow)
sets the first row that is visible in the pane.
void setFirstVisibleColumn([in] long nFirstVisibleColumn)
sets the first column 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.
long getFirstVisibleRow()
returns the first row that is visible in the pane.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27