Worksheet.Controls Property
Visual Studio 2010
Gets the collection of managed controls that are contained on the worksheet.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Property Value
Type: Microsoft.Office.Tools.Excel.ControlCollectionA ControlCollection that contains all the managed controls on the worksheet.
A worksheet in an Office solution can contain Windows Forms controls and host controls. For more information, see Controls on Office Documents.
To manage the controls on a worksheet at run time, use the methods and properties of the ControlCollection object returned by the Controls property. For more information, see Adding Controls to Office Documents at Run Time
The following code example uses the Controls property to add a Button to the current worksheet.
This example is for an application-level add-in.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.