NanoXLSX Library Documentation
![]() | WorksheetColumn Class |
Class representing a column of a worksheet
Inheritance HierarchyNamespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
SyntaxC#
public class Column
The WorksheetColumn type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | WorksheetColumn |
Default constructor
|
![]() | WorksheetColumn(Int32) |
Constructor with column number
|
![]() | WorksheetColumn(String) |
Constructor with column address
|
Properties| 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
|
Methods| 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.) |
See Also


