GridCells.FirstCell

GridCells.FirstCell property

Gets the first cell in this worksheet.

public GridCell FirstCell { get; }

Remarks

Returns null if there is no data in the worksheet.

See Also