service TableColumns in module com::sun::star::table::

(Global Index)

Syntax

service TableColumns;

Description

collection of all columns of a table or spreadsheet.

See also

TableColumn

Exported Interfaces

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

Description

represents a collection of columns in a table.


com::sun::star::container::XIndexAccess

Description

provides access to the elements of a collection through an index.


com::sun::star::container::XNameAccess [ OPTIONAL ]

Description

This optional interface is for accessing the columns via their names.


Top of Page