IXlColumn Members
Represents a single column in a worksheet.Properties
| 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. |
Methods
| Name | Description |
|---|---|
| ApplyFormatting(XlCellFormatting) | Applies the specified formatting settings to the entire column. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
See Also