Class GridRow

GridRow class

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

public class GridRow

Properties

NameDescription
FirstCell { get; }
Height { get; set; }Gets or sets the height of row object.in unit of pixel
Hidden { get; set; }
Index { get; }
Item { get; }Gets the cell.
LastCell { get; }
LastDataCell { get; }
OutlineLevel { get; set; }

Methods

NameDescription
GetCellByIndex(int)
GetEnumerator()Gets the cells enumerator
IsBlank()

Fields

NameDescription
static DEFAULT_HEIGHTDefault height of gridrow.

See Also