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