TdxSpreadSheetChange Enum
Enumerates changes made in an opened spreadsheet document.
#Declaration
TdxSpreadSheetChange = (
sscData,
sscLayout,
sscZoom,
sscStyle,
sscDimension,
sscOptionsPrint,
sscModified,
sscBiDiMode,
sscMetadata
);
#Members
Name |
---|
ssc
|
ssc
|
ssc
|
ssc
|
ssc
|
ssc
|
ssc
|
ssc
|
ssc
|
#Remarks
Options include:
Value | Description |
---|---|
ssc | Indicates a cell change (that is, a cell create, delete, or move operation, or a cell value change). |
ssc | The most common spreadsheet change flag. Indicates a document structure change (that is, worksheet create, delete, rearrange, or rename operation) or a worksheet view/content change (that is, a cell object operation, a change to cell value or formatting, a zoom factor change, etc.). |
ssc | Indicates a zoom in or out operation. |
ssc | Indicates a style change in a cell or cell range. |
ssc | Indicates that a worksheet’s populated area has shrunk or expanded due to a cell create or delete operation. |
ssc | Indicates that a print setting was changed in a worksheet’s Options |
ssc | Indicates any change in an opened document. This flag always changes a spreadsheet control‘s Modified property to True and raises the On |
ssc | Indicates that one of the following property values has changed:
|
ssc | Indicates a manual change in a spreadsheet control’s Options |
The TdxSpreadSheetChanges type references the TdxSpreadSheetChange type.