Click or drag to resize
PicoXLSX

WorksheetSetAutoFilter(String) Method

Sets the column auto filter within the defined column range

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public void SetAutoFilter(
	string range
)

Parameters

range  String
Range to apply auto filter on. The range could be 'A1:C10' for instance. The end row will be recalculated automatically when saving the file.
See Also