Syntax
interface XGridColumnFactory : com::sun::star::uno::XInterface ;
Description
provides the functionality of creating columns for a grid component.
With
it is possible
to inspect all possible column types which may be instanciated using
.
Known Services Which Export this Interface
|
com::sun::star::form::component::GridControl -
Method Details
|
|
Syntax
- com::sun::star::beans::XPropertySet createColumn
(
- string aColumnType )
- raises ( com::sun::star::lang::IllegalArgumentException );
Description
creates a new column object.
Parameter aColumnType
-
the name of the column type.
Returns
-
the new column object.
Throws
- com::sun::star::lang::IllegalArgumentException
if the column type is not available.
Syntax
- sequence< string > getColumnTypes
();
Description
returns a list of available column types.
Returns
-
a list of column types.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.