Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Workbook.Calculate(Worksheet) Method

Forces recalculation of the specified worksheet in a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public void Calculate(
    Worksheet sheet
)

Parameters

Name Type Description
sheet Worksheet

A Worksheet object containing formulas to be recalculated.

See Also