Skip to main content
Row

IWorkbook.Calculate(Worksheet) Method

Forces recalculation of the specified worksheet in a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Calculate(
    Worksheet sheet
)

Parameters

Name Type Description
sheet Worksheet

A Worksheet object containing formulas to be recalculated.

See Also