OleObject.Type Property

OLE Object Type.Represents the attribte in schema: Type

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "Type")> _
Public Property Type As EnumValue(Of OleValues)
    Get
    Set
'Usage
Dim instance As OleObject
Dim value As EnumValue(Of OleValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "Type")]
public EnumValue<OleValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<OleValues>
Returns EnumValue<T>.

See Also

Reference

OleObject Class

OleObject Members

DocumentFormat.OpenXml.Vml.Office Namespace