PicoXLSX Library Documentation
![]() | WorksheetSetAutoFilter Method (Int32, Int32) |
Sets the column auto filter within the defined column range
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
SyntaxC#
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
Exceptions| Exception | Condition |
|---|---|
| RangeException | Throws an RangeException if the start or end address out of range |
See Also