Worksheet.AutoFilterRange Property

PicoXLSX

PicoXLSX

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:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Nullable<CellRange> AutoFilterRange { get; }

Property Value

Type: NullableCellRange
See Also