Worksheet.RecalculateAutoFilter Method

NanoXLSX

NanoXLSX

WorksheetRecalculateAutoFilter Method

Method to recalculate the auto filter (columns) of this worksheet. This is an internal method. There is no need to use it. It must be public to require access from the LowLevel class

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void RecalculateAutoFilter()
See Also