Excel.WorksheetSelectionChangedEventArgs interface
Provides information about the worksheet that raised the selection changed event.
Remarks
Properties
address | Gets the range address that represents the selected area of a specific worksheet. |
type | Gets the type of the event. See |
worksheet |
Gets the ID of the worksheet in which the selection changed. |
Property Details
address
Gets the range address that represents the selected area of a specific worksheet.
address: string;
Property Value
string
Remarks
type
Gets the type of the event. See Excel.EventType
for details.
type: "WorksheetSelectionChanged";
Property Value
"WorksheetSelectionChanged"
Remarks
worksheetId
Gets the ID of the worksheet in which the selection changed.
worksheetId: string;
Property Value
string
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins