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