Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.FormulaChangedEventDetail interface
- Package:
- excel
Provides information about a changed formula during a formula changed event.
Properties
| cellAddress | The address of the cell that contains the changed formula. |
| previousFormula | 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
Feedback
Was this page helpful?
