Worksheet.Column.HasAutoFilter Property

NanoXLSX

NanoXLSX

WorksheetColumnHasAutoFilter Property

If true, the column has auto filter applied, otherwise not

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public bool HasAutoFilter { get; set; }

Property Value

Type: Boolean
See Also