Skip to main content
A newer version of this page is available.
All docs
V18.2
Row

Range.Calculate() Method

Forces recalculation of the current cell range.

Namespace: DevExpress.Spreadsheet

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

Declaration

void Calculate()

Remarks

To force the calculation of visible cells only, call the Calculate method for the range obtained using the SpreadsheetControl.VisibleRange (WinForms) or the SpreadsheetControl.VisibleRange (WPF) property. Note that you may get an incorrect result if the cells marked for recalculation are not included in the visible range.

See Also