Class GridRow

GridRow class

Encapsulates the object that represents a single picture in a spreadsheet.

public class GridRow

Properties

NameDescription
FirstCell { get; }Gets the first cell object in the row.
Height { get; set; }Gets or sets the height of row object.in unit of pixel
Hidden { get; set; }Indicates whether the row is hidden.
Index { get; }Gets the index of this row.
Item { get; }Gets the cell.
LastCell { get; }Gets the last cell object in the row.
LastDataCell { get; }Gets the last non-blank cell in the row.
OutlineLevel { get; set; }Gets and sets the outline level.

Methods

NameDescription
GetCellByIndex(int)Get the cell by specific index in the cells collection of this row.
GetEnumerator()Gets the cells enumerator
IsBlank()Indicates whether the row contains any data

Fields

NameDescription
static DEFAULT_HEIGHTDefault height of gridrow.

See Also