Gets the collection of rows that belong to this Worksheet.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
RowCollection Rows { get; }
ReadOnly Property Rows As RowCollection Get
property RowCollection^ Rows { RowCollection^ get (); }
abstract Rows : RowCollection with get