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

IWorkbook.Calculate(Worksheet) Method

Forces recalculation of the specified worksheet in a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void Calculate(
    Worksheet sheet
)

Parameters

Name Type Description
sheet Worksheet

A Worksheet object containing formulas to be recalculated.

See Also