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

(Global Index)

Syntax

interface XTableColumns : com::sun::star::container::XIndexAccess ;

Description

represents a collection of columns in a table.

See also

TableColumns

Method Summary

insertByIndex inserts new columns.

removeByIndex deletes columns.

Known Services Which Export this Interface

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

Method Details



insertByIndex

Syntax

void insertByIndex (
long nIndex,
long nCount );

Description

inserts new columns.


removeByIndex

Syntax

void removeByIndex (
long nIndex,
long nCount );

Description

deletes columns.

Top of Page