Click or drag to resize
NanoXLSX

WorksheetSetAutoFilter(Int32, Int32) Method

Sets the column auto filter within the defined column range

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
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
Exceptions
ExceptionCondition
RangeExceptionThrows a RangeException if the start or end address out of range
See Also