Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sheet ::

interface XViewPane
Description
represents a pane in a view of a spreadsheet document.
See also
SpreadsheetViewPane

Methods' Summary
getFirstVisibleColumn returns the first column that is visible in the pane.  
setFirstVisibleColumn sets the first column that is visible in the pane.  
getFirstVisibleRow returns the first row that is visible in the pane.  
setFirstVisibleRow sets the first row that is visible in the pane.  
getVisibleRange returns the address of the cell range that consists of the cells which are visible in the pane.  
Methods' Details
getFirstVisibleColumn
long
getFirstVisibleColumn();

Description
returns the first column that is visible in the pane.
setFirstVisibleColumn
void
setFirstVisibleColumn( [in] long  nFirstVisibleColumn );

Description
sets the first column that is visible in the pane.
getFirstVisibleRow
long
getFirstVisibleRow();

Description
returns the first row that is visible in the pane.
setFirstVisibleRow
void
setFirstVisibleRow( [in] long  nFirstVisibleRow );

Description
sets the first row that is visible in the pane.
getVisibleRange
::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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.