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

interface XColumnRowRange
Description
provides methods to access the collections of columns and rows of a cell range.
See also
::com::sun::star::table::CellRange
Developers Guide
Methods' Summary
getColumns returns the collection of columns in the range.  
getRows returns the collection of rows in the range.  
Methods' Details
getColumns
::com::sun::star::table::XTableColumns
getColumns();

Description
returns the collection of columns in the range.
See also
::com::sun::star::table::TableColumns
getRows
::com::sun::star::table::XTableRows
getRows();

Description
returns the collection of rows in the range.
See also
::com::sun::star::table::TableRows
Top of Page