![]() | Column Class |
public class Column
The Column type exposes the following members.
Name | Description | |
---|---|---|
![]() | Column() | Default constructor (private, since not valid without address) |
![]() | Column(Int32) | Constructor with column number |
![]() | Column(String) | Constructor with column address |
Name | Description | |
---|---|---|
![]() | ColumnAddress | Column address (A to XFD) |
![]() | DefaultColumnStyle | Gets the default style of the column |
![]() | HasAutoFilter | If true, the column has auto filter applied, otherwise not |
![]() | IsHidden | If true, the column is hidden, otherwise visible |
![]() | Number | Column number (0 to 16383) |
![]() | 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) |