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

interface XColumnRowRange
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XColumnRowRange
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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