Indicates the cause of a cell change.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public enum CellChangeContext |
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. |
Values from this enumeration specify the Context in which change validation events are raised.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |