WorksheetColumn Class |
public class Column
The WorksheetColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| WorksheetColumn | Prevents a default instance of the WorksheetColumn class from being created | |
| WorksheetColumn(Int32) | Initializes a new instance of the WorksheetColumn class | |
| WorksheetColumn(String) | Initializes a new instance of the WorksheetColumn class |
| Name | Description | |
|---|---|---|
| ColumnAddress | Gets or sets the ColumnAddress Column address (A to XFD) | |
| DefaultColumnStyle | Gets the default style of the column | |
| HasAutoFilter | Gets or sets a value indicating whether HasAutoFilter If true, the column has auto filter applied, otherwise not | |
| IsHidden | Gets or sets a value indicating whether IsHidden If true, the column is hidden, otherwise visible | |
| Number | Gets or sets the Number Column number (0 to 16383) | |
| Width | Gets or sets the Width Width of the column |
| Name | Description | |
|---|---|---|
| Copy | Creates a deep copy of this column | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetDefaultColumnStyle | Sets the default style of the column | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |