Worksheet.RecalculateColumns Method

PicoXLSX

PicoXLSX

WorksheetRecalculateColumns Method

Method to recalculate the collection of 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:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void RecalculateColumns()
See Also