XlsRange Rows Property |
Namespace: Spire.Xls.Core.Spreadsheet
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