:: com :: sun :: star :: awt :: grid ::

unpublished interface XGridColumn
Usage Restrictions
not published
Description
The XGridColumn defines the properties and behavior of a column in a grid control

Attributes' Summary
Identifier Specifies the an idendifier of the colomn. 
ColumnWidth Specifies the default column witdth.  
Title A title is displayed in the colum header row if UnoControlGridModel::ShowRowHeader is set to true 
Attributes' Details
Identifier
any Identifier;
Description
Specifies the an idendifier of the colomn.
ColumnWidth
long ColumnWidth;
Description
Specifies the default column witdth.
Title
string Title;
Description
A title is displayed in the colum header row if UnoControlGridModel::ShowRowHeader is set to true
Top of Page