OLEObject Class (2003 System)

Represents a linked or embedded control on a worksheet.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class OLEObject
'Usage
Dim instance As OLEObject
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class OLEObject

Remarks

An OLEObject is returned when you use the AddControl method to add a control to the ControlCollection of a Worksheet. For more information, see Adding Controls to Office Documents at Run Time.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.Excel.OLEObject

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OLEObject Members

Microsoft.Office.Tools.Excel Namespace