Worksheet.Column Class
From NanoXLSX
NanoXLSX Library Documentation
![]() | WorksheetColumn Class |
Class representing a column of a worksheet
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
C#
public class Column
The WorksheetColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| WorksheetColumn |
Default constructor
| |
| WorksheetColumn(Int32) |
Constructor with column number
| |
| WorksheetColumn(String) |
Constructor with column address
|
| Name | Description | |
|---|---|---|
| ColumnAddress |
Column address (A to XFD)
| |
| 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 | |
|---|---|---|
| Equals | (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 a hash function for a particular type. (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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
