Click or drag to resize

XlsWorksheet Rows Property

Represents all the rows on the specified worksheet. Read-only Range object.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IXLSRange[] Rows { get; }

Property Value

Type: IXLSRange

Implements

IWorksheet Rows
See Also