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.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
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