NanoXLSX Library Documentation
![]() | WorksheetSetAutoFilter Method (Int32, Int32) |
Sets the column auto filter within the defined column range
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public void SetAutoFilter( int startColumn, int endColumn )
Parameters
- startColumn
- Type: SystemInt32
Column number with the first appearance of an auto filter drop down - endColumn
- Type: SystemInt32
Column number with the last appearance of an auto filter drop down

Exception | Condition |
---|---|
RangeException | Throws an RangeException if the start or end address out of range |
