Represents all the rows on the specified worksheet. Read-only Range object.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange[] Rows { get; }
Public ReadOnly Property Rows As CellRange()
Get
public:
property array<CellRange^>^ Rows {
array<CellRange^>^ get ();
}
member Rows : CellRange[] with get
Property Value
Type:
CellRange
See Also