Excel.WorksheetFormulaChangedEventArgs interface
Provides information about the worksheet and formulas that raised the formula changed event.
Remarks
Properties
formula |
Gets an array of |
source | The source of the event. It can be local or remote (through co-authoring). |
type | Gets the type of the event. See |
worksheet |
Gets the ID of the worksheet in which the formula changed. |
Property Details
formulaDetails
Gets an array of FormulaChangedEventDetail
objects, which contain the details about the all of the changed formulas.
formulaDetails: Excel.FormulaChangedEventDetail[];
Property Value
Remarks
source
The source of the event. It can be local or remote (through co-authoring).
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
type
Gets the type of the event. See Excel.EventType
for details.
type: "WorksheetFormulaChanged";
Property Value
"WorksheetFormulaChanged"
Remarks
worksheetId
Gets the ID of the worksheet in which the formula changed.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins