Skip to main content

SpreadsheetControl.CancelUpdate() Method

This method supports the internal infrastructure and is not intended to be called directly from your code. Use the SpreadsheetControl.EndUpdate method instead.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void CancelUpdate()
See Also