SpreadJS Documentation
GC.Spread.Sheets Namespace / RangeChangedAction Enumeration
In This Topic
    RangeChangedAction Enumeration
    In This Topic
    Defines the type of action that raised the RangeChanged event.
    Members
    MemberDescription
    clearIndicates clear range value undo action.
    dragDropIndicates drag drop undo action.
    dragFillIndicates drag fill undo action.
    evaluateFormulaIndicates setting a formula in a specified range of cells .
    pasteIndicates paste undo action.
    setArrayFormulaIndicates setting a formula in a specified range of cells .
    sortIndicates sorting a range of cells.
    Inheritance Hierarchy

    Object
       GC.Spread.Sheets.RangeChangedAction

    See Also