Worksheet.SetAutoFilter Method (Int32, Int32)

NanoXLSX

NanoXLSX

WorksheetSetAutoFilter Method (Int32, Int32)

Sets the column auto filter within the defined column range

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void SetAutoFilter(
	int startColumn,
	int endColumn
)

Parameters

startColumn
Type: SystemInt32
Column number with the first appearance of an auto filter drop down
endColumn
Type: SystemInt32
Column number with the last appearance of an auto filter drop down
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the start or end address out of range
See Also