Excel.FormulaChangedEventDetail interface
Provides information about a changed formula during a formula changed event.
Remarks
Properties
cell |
The address of the cell that contains the changed formula. |
previous |
Represents the previous formula, before it was changed. |
Property Details
cellAddress
The address of the cell that contains the changed formula.
cellAddress: string;
Property Value
string
Remarks
previousFormula
Represents the previous formula, before it was changed.
previousFormula: string;
Property Value
string