Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IXLSRange[] Rows { get; }
Public ReadOnly Property Rows As IXLSRange()
	Get
public:
virtual property array<IXLSRange^>^ Rows {
	array<IXLSRange^>^ get () sealed;
}
abstract Rows : IXLSRange[] with get
override Rows : IXLSRange[] with get

Property Value

array<IXLSRange>[]()[][]

Implements

IXLSRange..::..Rows

See Also