Name | Description | |
---|---|---|
BestFit | Gets or sets if the width of the column will be adjusted to the largest cell value content from the column. The default setting is false. | |
Cells | Gets the collection of Cell from the current column. Only the modified cells will be returned. | |
Id | Gets the Id of a specific column in a worksheet. The first column starts at Id 0 and last column is located at Id 16383. (Inherited from Xceed.Workbooks.NET.LinearWorksheetElement) | |
IdName | Gets the index of the Column and returns it as a letter. | |
IsHidden | Gets or sets if the Row or Column is hidden or not. The default value is false. (Inherited from LinearWorksheetElement) | |
Style | Gets the Style object for a worksheet element. The default value is a default style object. (Inherited from LinearWorksheetElement) | |
Width | Gets or sets the width of the column. |