interface XColumnRowRange in module com::sun::star::table::

(Global Index)

Syntax

interface XColumnRowRange : com::sun::star::uno::XInterface ;

Description

enables accessing the columns and rows of a cell range.

See also

CellRange

Method Summary

getColumns This attribute returns the collection of columns in the range.

getRows This attribute returns the collection of rows in the range.

Known Services Which Export this Interface

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

Method Details



getColumns

Syntax

com::sun::star::table::XTableColumns getColumns ();

Description

This attribute returns the collection of columns in the range.


getRows

Syntax

com::sun::star::table::XTableRows getRows ();

Description

This attribute returns the collection of rows in the range.

Top of Page