Cells.FirstCell

Cells.FirstCell property

Gets the first cell in this worksheet.

public Cell FirstCell { get; }

Remarks

Returns null if there is no data in the worksheet.

See Also