Excel Controls Sample
Note
This sample runs only in Microsoft Office Excel 2007.
This sample demonstrates how to access the events of managed controls on a Microsoft Office Excel worksheet from a Visual Studio Tools for Office project assembly.
Security Note: |
---|
This sample code is intended to illustrate a concept, and it shows only the code that is relevant to that concept. It may not meet the security requirements for a specific environment, and it should not be used exactly as shown. We recommend that you add security and error-handling code to make your projects more secure and robust. Microsoft provides this sample code "AS IS" with no warranties. |
To run this sample
- Press F5.
Demonstrates
This sample demonstrates:
Accessing controls on an Excel worksheet using Visual Basic and C#.
Handling control events.
Programming against managed controls, host controls, and user controls.