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.2+7f12a949130e0be1e987e553d2d08c083176cdca
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