Excel.WorksheetFormulaChangedEventArgs interface
Provides information about the worksheet and formulas that raised the formula changed event.
Remarks
Properties
| formula |
Gets an array of If the number of changed formulas or the size of the changed formula text exceeds a size limit, |
| 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.
If the number of changed formulas or the size of the changed formula text exceeds a size limit, formulaDetails returns undefined. This indicates that something on the sheet has changed, but the details cannot be reported.
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