XlsRangesCollection
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.Collections
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
IXLSRange
Rows
See Also