Excel |
The ExcelColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| Collapsed |
Gets or sets whether object is collapsed in outlining.
(Inherited from ExcelLineBase) | |
| Hidden |
Gets or sets whether excel object is hidden.
(Inherited from ExcelLineBase) | |
| Index |
Gets the index.
(Inherited from ExcelLineBase) | |
| IsStyleDefault |
Returns true if style is "default"; otherwise, false.
(Inherited from ExcelLineBase) | |
| OutlineLevel |
Gets or sets outline level.
(Inherited from ExcelLineBase) | |
| Style |
Gets or sets cell style (CellStyle) of contained cells.
(Inherited from ExcelLineBase) | |
| Width | Gets or sets column width. |
| Name | Description | |
|---|---|---|
| AutoFit | Automatically sets the column width so that all text in the cells of the column is visible. | |
| Delete | Deletes the current column from the worksheet. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InsertCopy | Inserts the specified number of copies of the column before the current column. | |
| InsertEmpty | Inserts specified number of empty columns before the current column. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |