XlOLEType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the OLE object type.
public enum class XlOLEType
public enum XlOLEType
Public Enum XlOLEType
- Inheritance
-
XlOLEType
Fields
Name | Value | Description |
---|---|---|
xlOLELink | 0 | Linked OLE object. |
xlOLEEmbed | 1 | Embedded OLE object. |
xlOLEControl | 2 | ActiveX control. |