Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XColumnRowRange

Base Interface
com::sun::star::uno::XInterface

Description
provides methods to access the collections of columns and rows of a cell range.
See also
com::sun::star::table::CellRange


Known Services which Export this Interface

com::sun::star::sheet::SheetCell represents a single addressable cell in a spreadsheet document.
com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.

Methods' Summary

getColumns
getRows

Methods' Details

getColumns
 
com::sun::star::table::XTableColumns
getColumns();
Returns
the collection of columns in the range.
See also
com::sun::star::table::TableColumns
getRows
 
com::sun::star::table::XTableRows
getRows();
Returns
the collection of rows in the range.
See also
com::sun::star::table::TableRows

Top of Page