Share via


_OLEObject Interface 

Represents an ActiveX control or a linked or embedded OLE object on a worksheet. The OLEObject object is a member of the OLEObjects collection. The OLEObjects collection contains all the OLE objects on a single worksheet.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class oLEObjectImplementation
    Implements _OLEObject
End Class
Dim oLEObjectImplementation1 As New oLEObjectImplementation()

Syntax

Public Interface _OLEObject
public interface _OLEObject
public interface class _OLEObject
public interface _OLEObject
public interface _OLEObject

Remarks

Use OLEObjects(index), where index is the name or number of the object, to return an OLEObject object.

The properties and methods of the OLEObject object are duplicated on each ActiveX control on a worksheet. This enables access to these properties by using the control’s name.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

_OLEObject Members