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