Worksheet.AutoFilterRange Property

NanoXLSX

NanoXLSX

WorksheetAutoFilterRange Property

Gets the range of the auto-filter. Wrapped to Nullable to provide null as value. If null, no auto-filter is applied

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Nullable<CellRange> AutoFilterRange { get; }

Property Value

Type: NullableCellRange
See Also