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 {
represents a pane in a view of a spreadsheet document.
Definition: XViewPane.idl:36
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: XInterface.idl:48
Definition: Ambiguous.idl:22
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30