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]