NanoXLSX Library Documentation
![]() | WorksheetColumns Property |
Gets all columns with non-standard properties, like auto filter applied or a special width as dictionary with the zero-based column index as key and the column object as value
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public Dictionary<int, WorksheetColumn> Columns { get; }
Property Value
Type: DictionaryInt32, WorksheetColumn