LibreOffice
LibreOffice 5.0 SDK API Reference
|
represents a collection of all columns of a table or spreadsheet. More...
import "TableColumns.idl";
Exported Interfaces | |
interface | com::sun::star::table::XTableColumns |
provides methods to insert and remove columns. More... | |
interface | com::sun::star::container::XEnumerationAccess |
creates an enumeration of all contained columns. More... | |
interface | com::sun::star::container::XNameAccess |
provides methods to access the columns via their names. More... | |
Additional Inherited Members | |
![]() | |
void | insertByIndex ([in] long nIndex,[in] long nCount) |
inserts new columns. More... | |
void | removeByIndex ([in] long nIndex,[in] long nCount) |
deletes columns. More... | |
![]() | |
com::sun::star::container::XEnumeration | createEnumeration () |
![]() | |
any | getByName ([in] string aName) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::lang::WrappedTargetException ) |
sequence< string > | getElementNames () |
boolean | hasByName ([in] string aName) |
represents a collection of all columns of a table or spreadsheet.
creates an enumeration of all contained columns.
|
optional |
provides methods to access the columns via their names.
The names of the columns are always absolute even if the current cell range is a sub-range of a spreadsheet.
interface com::sun::star::table::XTableColumns |
provides methods to insert and remove columns.