Click or drag to resize

XlsRangesCollection LastRow Property

Returns last row of the range. Read-only.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int LastRow { get; set; }

Property Value

Type: Int32

Implements

IXLSRange LastRow
See Also