Excel.SelectionChangedEventArgs interface

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

Remarks

[ API set: ExcelApi 1.2 ]

Properties

workbook

Gets the workbook object that raised the selection changed event.

Property Details

workbook

Gets the workbook object that raised the selection changed event.

workbook: Excel.Workbook;

Property Value

Remarks

[ API set: ExcelApi 1.2 ]