ClientData.ObjectType Property
Object type.Represents the attribte in schema: ObjectType
Namespace: DocumentFormat.OpenXml.Vml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "ObjectType")> _
Public Property ObjectType As EnumValue(Of ObjectValues)
Get
Set
'Usage
Dim instance As ClientData
Dim value As EnumValue(Of ObjectValues)
value = instance.ObjectType
instance.ObjectType = value
[SchemaAttrAttribute(, "ObjectType")]
public EnumValue<ObjectValues> ObjectType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<ObjectValues>
Returns EnumValue<T>.