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

API set: ExcelApi 1.13

previousFormula

Represents the previous formula, before it was changed.

previousFormula: string;

Property Value

string

Remarks

API set: ExcelApi 1.13


Feedback

Was this page helpful?