Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetChanges Type

A set of changes that occurred in an opened document as a result of an operation performed in a spreadsheet control.

#Declaration

Delphi
TdxSpreadSheetChanges = set of TdxSpreadSheetChange;

#Referenced Class

Type
TdxSpreadSheetChange

#Remarks

This set can include any number of TdxSpreadSheetChange type enumeration values in any combination that indicates which update routines are invoked in response to a user operation.

See Also