ExcelWorksheetRows Property |
Gets collection of all
rows in the worksheet.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic ExcelRowCollection Rows { get; }
Public ReadOnly Property Rows As ExcelRowCollection
Get
Property Value
ExcelRowCollection
See Also