Excel.WorksheetSelectionChangedEventArgs interface

Provides information about the worksheet that raised the selection changed event.

Remarks

[ API set: ExcelApi 1.7 ]

Properties

address

Gets the range address that represents the selected area of a specific worksheet.

type

Gets the type of the event. See Excel.EventType for details.

worksheetId

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

[ API set: ExcelApi 1.7 ]

type

Gets the type of the event. See Excel.EventType for details.

type: "WorksheetSelectionChanged";

Property Value

"WorksheetSelectionChanged"

Remarks

[ API set: ExcelApi 1.7 ]

worksheetId

Gets the ID of the worksheet in which the selection changed.

worksheetId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]