XlOLEType Enumeration
Specifies the OLE object type.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlOLEType
'Usage
Dim instance As XlOLEType
public enum XlOLEType
Members
Member name | Description | |
---|---|---|
xlOLEControl | ActiveX control. | |
xlOLEEmbed | Embedded OLE object. | |
xlOLELink | Linked OLE object. |