Excel.FormulaChangedEventDetail interface

Provides information about a changed formula during a formula changed event.

Remarks

[ API set: ExcelApi 1.13 ]

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 ]