IXlColumn Properties
Represents a single column in a worksheet.| Name | Description |
|---|---|
| ColumnIndex | Gets the zero-based index of the current column. |
| Formatting | Gets or sets format characteristics of the column. |
| IsCollapsed | Gets or sets a value indicating whether the group related to this summary column is collapsed. |
| IsHidden | Gets or sets whether the column is visible or hidden. |
| WidthInCharacters | Gets or sets the column width in characters of the default font specified by the Normal style. |
| WidthInPixels | Gets or sets the column width in pixels. |
See Also