PicoXLSX Library Documentation
![]() | WorksheetColumn Class |
Class representing a column of a worksheet

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

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.) |
