ExcelColumn Properties

Office Open XML

The ExcelColumn type exposes the following members.

Properties

  NameDescription
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

See Also