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.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
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