Click or drag to resize
PicoXLSX

WorksheetColumn Class

Class representing a column of a worksheet
Inheritance Hierarchy
SystemObject
  PicoXLSXWorksheetColumn

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.2.1+e0edc719a6aeecf6c989e5a57750c75d6f3175bb
Syntax
C#
public class Column

The WorksheetColumn type exposes the following members.

Constructors
 NameDescription
Private methodWorksheetColumn Prevents a default instance of the WorksheetColumn class from being created
Public methodWorksheetColumn(Int32) Initializes a new instance of the WorksheetColumn class
Public methodWorksheetColumn(String) Initializes a new instance of the WorksheetColumn class
Top
Properties
 NameDescription
Public propertyColumnAddress Gets or sets the ColumnAddress Column address (A to XFD)
Public propertyHasAutoFilter Gets or sets a value indicating whether HasAutoFilter If true, the column has auto filter applied, otherwise not
Public propertyIsHidden Gets or sets a value indicating whether IsHidden If true, the column is hidden, otherwise visible
Public propertyNumber Gets or sets the Number Column number (0 to 16383)
Public propertyWidth Gets or sets the Width Width of the column
Top
Methods
 NameDescription
Protected methodCopy Creates a deep copy of this column
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also