The XLRow type exposes the following members.

Constructors

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

Methods

  Name Description
Public method Clone
Creates a new XLRow 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 row.
Public property Height
Gets or sets the height of the row, in twips.
Public property IsCustomHeight
Gets or sets custom height flag for the row.
Public property IsSubtotal
Gets whether the row is subtotal.
Public property OutlineLevel
Gets or sets subtotal outline level for the row.
Public property PageBreak
Gets or sets whether there will be a forced page break after this row.
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 row.
Public property Visible
Gets or sets whether the row is visible.

See Also