Excel.WorksheetNameChangedEventArgs interface
Provides information about the worksheet whose name has changed.
Remarks
Properties
name |
Gets the new name of the worksheet, after the name change. |
name |
Gets the previous name of the worksheet, before the name changed. |
source | The source of the event. It can be local or remote (through co-authoring). |
type | Gets the type of the event. |
worksheet |
Gets the ID of the worksheet with the new name. |
Property Details
nameAfter
Gets the new name of the worksheet, after the name change.
nameAfter: string;
Property Value
string
Remarks
nameBefore
Gets the previous name of the worksheet, before the name changed.
nameBefore: string;
Property Value
string
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
worksheetId
Gets the ID of the worksheet with the new name.
worksheetId: string;
Property Value
string
Remarks
Office Add-ins