Worksheet.Column Class

PicoXLSX

PicoXLSX

WorksheetColumn Class

Class representing a column of a worksheet
Inheritance Hierarchy
SystemObject  PicoXLSXWorksheetColumn

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public class Column

The WorksheetColumn type exposes the following members.

Constructors
  NameDescription
Public methodWorksheetColumn
Default constructor
Public methodWorksheetColumn(Int32)
Constructor with column number
Public methodWorksheetColumn(String)
Constructor with column address
Top
Properties
  NameDescription
Public propertyColumnAddress
Column address (A to XFD)
Public propertyHasAutoFilter
If true, the column has auto filter applied, otherwise not
Public propertyIsHidden
If true, the column is hidden, otherwise visible
Public propertyNumber
Column number (0 to 16383)
Public propertyWidth
Width of the column
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also