The XLColumn type exposes the following members.

Constructors

  Name Description
Public method XLColumn
Creates a new instance of the XLColumn class.

Methods

  Name Description
Public method Clone
Creates a new XLColumn object that is a copy of the current instance.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Book
Gets a reference to the parent C1XLBook object.
Public property Collapsed
Gets or sets collapsed flag for the column.
Public property IsSubtotal
Gets whether the column is subtotal.
Public property OutlineLevel
Gets or sets subtotal outline level for the column.
Public property PageBreak
Gets or sets whether there will be a forced page break after this column.
Public property Sheet
Gets a reference to the parent XLSheet object.
Public property Style
Gets or sets the XLStyle object that determines the appearance of the column.
Public property Visible
Gets or sets whether the column is visible.
Public property Width
Gets or sets the width of the column, in twips.

See Also