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; }
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
Type:
IXLSRange
Implements
IWorksheet
Rows
See Also