Search
CellChangeContext Enumeration
See Also
 






Indicates the cause of a cell change.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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.

 Remarks

Values from this enumeration specify the Context in which change validation events are raised.

 See Also