Click or drag to resize
PicoXLSX

WorksheetSetAutoFilter(Int32, Int32) Method

Sets the column auto filter within the defined column range

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
public void SetAutoFilter(
	int startColumn,
	int endColumn
)

Parameters

startColumn  Int32
Column number with the first appearance of an auto filter drop down.
endColumn  Int32
Column number with the last appearance of an auto filter drop down.
See Also