Syntax
interface XViewPane : com::sun::star::uno::XInterface ;
Description
represents a pane in a view of a spreadsheet document.
See also
- SpreadsheetViewPane
-
Known Services Which Export this Interface
|
com::sun::star::sheet::SpreadsheetViewPane -
Method Details
|
|
Syntax
- long getFirstVisibleColumn
();
Description
returns the first column that is visible in the pane.
Syntax
- void setFirstVisibleColumn
(
- long nFirstVisibleColumn );
Description
sets the first column that is visible in the pane.
Syntax
- long getFirstVisibleRow
();
Description
returns the first row that is visible in the pane.
Syntax
- void setFirstVisibleRow
(
- long nFirstVisibleRow );
Description
sets the first row that is visible in the pane.
Syntax
- com::sun::star::table::CellRangeAddress getVisibleRange
();
Description
returns the address of the cell range that consists of
the cells which are visible in the pane.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.