:: com :: sun :: star :: form ::

interface XGridColumnFactory

Methods' Summary
createColumn creates a new column object  
getColumnTypes returns a list of available column types.  
Methods' Details
createColumn
::com::sun::star::beans::XPropertySet
createColumn( [in] string  aColumnType )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates a new column object
Parameter aColumnType
the type of column to be created
Returns
the new column object
Throws
com::sun::star::lang::IllegalArgumentException if aColumnType is not available.
getColumnTypes
sequence< string >
getColumnTypes();

Description
returns a list of available column types.
Returns
a list of column types.
Top of Page