GridCells.LastCell

GridCells.LastCell property

Gets the last cell in this worksheet.

public GridCell LastCell { get; }

Remarks

Returns null if there is no data in the worksheet.

See Also