 | WorksheetSetAutoFilter(String) Method |
Sets the column auto filter within the defined column range
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+6ab75fa9edd66571b0de8e574b48108101297ca1
Syntaxpublic void SetAutoFilter(
string range
)
Parameters
- range String
- Range to apply auto filter on. The range could be 'A1:C10' for instance. The end row will be recalculated automatically when saving the file.
See Also