Cells.LastCell

Cells.LastCell property

Gets the last cell in this worksheet.

public Cell LastCell { get; }

Remarks

Returns null if there is no data in the worksheet.

See Also