20 #ifndef __com_sun_star_table_XTableColumns_idl__ 21 #define __com_sun_star_table_XTableColumns_idl__ 26 module
com { module sun { module star { module table {
45 void insertByIndex( [in]
long nIndex, [in]
long nCount );
56 void removeByIndex( [in]
long nIndex, [in]
long nCount );
provides methods to access columns via index and to insert and remove columns.
Definition: XTableColumns.idl:34
Definition: Ambiguous.idl:22
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:39