Excel.SelectionChangedEventArgs interface
Provides information about the document that raised the selection changed event.
Remarks
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;