Click or drag to resize

XlsName Rows Property

For a Range object, returns an array of Range objects that represent the rows in the specified range.

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

IXLSRange Rows
See Also