| GrapeCity.Excel Namespace : ExcelColumn Class | 
The following tables list the members exposed by ExcelColumn.
| Name | Description | |
|---|---|---|
|  | ExcelColumn Constructor | Initialize a new instance of ExcelColumn. | 
| Name | Description | |
|---|---|---|
|  | Collapsed | Gets or sets a value indicating whether this IExcelColumn is collapsed. | 
|  | Format | Gets or sets the format of the column | 
|  | FormatId | Gets the format id of the column. | 
|  | Index | Gets zero based index of the column. | 
|  | OutLineLevel | Gets or sets the outline level of the column. | 
|  | PageBreak | Gets or sets a value indicating whether the column is a page break column. | 
|  | Visible | Gets or sets a value indicating whether this IExcelColumn is visible. | 
|  | Width | Gets or sets the width of the column. | 
| Name | Description | |
|---|---|---|
|  | SetFormatId | Set the format id of the column. The column will use the id to locate the IExtendedFormat from its parent IExcelWorksheet instance |