ExcelColumn Members
From Office Open XML
The ExcelColumn type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AutoFit | Overloaded. | |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString |
Returns the range of columns covered by the column definition.
(Overrides Object..::.ToString()()().) |
Properties
| Name | Description | |
|---|---|---|
| BestFit |
If set to true a column automaticlly resize(grow wider) when a user inputs numbers in a cell.
| |
| Collapsed |
If the column is collapsed in outline mode
| |
| ColumnMax |
Sets the last column the definition refers to.
| |
| ColumnMin |
Sets the first column the definition refers to.
| |
| Hidden | ||
| OutlineLevel |
Outline level. Zero if no outline
| |
| PageBreak |
Adds a manual page break after the column.
| |
| Phonetic |
Phonetic
| |
| Style |
The Style applied to the whole column. Only effects cells with no individual style set.
Use Range object if you want to set specific styles.
| |
| StyleID |
Sets the style for the entire column using the style ID.
| |
| StyleName |
Sets the style for the entire column using a style name.
| |
| Width |
Sets the width of the column in the worksheet
|