Worksheet.SetAutoFilter Method (Int32, Int32)

PicoXLSX

PicoXLSX

WorksheetSetAutoFilter Method (Int32, Int32)

Sets the column auto filter within the defined column range

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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