WdOLEType 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 type of an OLE object.
public enum class WdOLEType
[System.Runtime.InteropServices.Guid("7FBA9601-95D8-3525-8834-A1BB7BB5BB0D")]
public enum WdOLEType
type WdOLEType =
Public Enum WdOLEType
- Inheritance
-
WdOLEType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdOLELink | 0 | Linked OLE object. |
wdOLEEmbed | 1 | Embedded OLE object. |
wdOLEControl | 2 | OLE control. |