Indicates the cause of a cell change.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public enum CellChangeContext |
Members| Member name | Description | |
|---|---|---|
![]() |
AutoFill |
Cell changes due to auto-fill. |
![]() |
Cut |
Cell changes due to cut operation. |
![]() |
Delete |
Cell changes due to delete operation. |
![]() |
Paste |
Cell changes due to paste operation. |
RemarksValues from this enumeration specify the Context in which change validation events are raised.
See Also