RangeChangedAction Enumeration
In This Topic
Defines the type of action that raised the RangeChanged event.
Members
| Member | Description |
| clear | Indicates clear range value undo action. |
| dragDrop | Indicates drag drop undo action. |
| dragFill | Indicates drag fill undo action. |
| evaluateFormula | Indicates setting a formula in a specified range of cells . |
| paste | Indicates paste undo action. |
| setArrayFormula | Indicates setting a formula in a specified range of cells . |
| sort | Indicates sorting a range of cells. |
Inheritance Hierarchy
Object
GC.Spread.Sheets.RangeChangedAction
See Also