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