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