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;
Property Value
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins