[]
        
(Showing Draft Content)

C1.Excel.XLRow

XLRow Class

Represents a row in a worksheet, provides properties for setting the row's height, style, and visibility.

Inheritance
XLRow
Implements
Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public class XLRow : ICloneable

Constructors

Name Description
XLRow()

Creates a new instance of the XLRow class.

Properties

Name Description
Book

Gets a reference to the parent C1XLBook object.

CellCount

Gets count of the cells for the row.

Collapsed

Gets or sets collapsed flag for the row.

Height

Gets or sets the height of the row, in twips.

IsCustomHeight

Gets or sets custom height flag for the row.

IsSubtotal

Gets whether the row is subtotal.

OutlineLevel

Gets or sets subtotal outline level for the row.

PageBreak

Gets or sets whether there will be a forced page break after this row.

Sheet

Gets a reference to the parent XLSheet object.

Style

Gets or sets the XLStyle object that determines the appearance of the row.

Visible

Gets or sets whether the row is visible.

Methods

Name Description
Clone()

Creates a new XLRow object that is a copy of the current instance.

GetCell(int)

Gets a reference to a cell at the specified coordinates or null if the cell doesn't exist.