ExcelRowCollectionItem(Int32) Property |
Gets the row with the specified index.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntaxpublic ExcelRow this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ExcelRow
Get
Parameters
- index Int32
- The index of the row.
Property Value
ExcelRow
See Also