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