IWorkbook.Calculate(Worksheet) Method
Forces recalculation of the specified worksheet in a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sheet | Worksheet | A Worksheet object containing formulas to be recalculated. |
See Also