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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins