:: com :: sun :: star :: table ::

interface XColumnRowRange
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XColumnRowRange
Description
provides methods to access the collections of columns and rows of a cell range.
See also
CellRange
Developers Guide
8.3.1 Spreadsheet Documents - Working with Spreadsheet Documents - Document Structure - Cell Ranges - Column and Row Access

Methods' Summary
getColumns returns the collection of columns in the range.
getRows returns the collection of rows in the range.
Methods' Details
getColumns
XTableColumns
getColumns();
 
 

Description
returns the collection of columns in the range.
See also
TableColumns
getRows
XTableRows
getRows();
 
 

Description
returns the collection of rows in the range.
See also
TableRows
Top of Page