FormControlProperties.ObjectType Property
objectType.Represents the attribte in schema: objectType
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "objectType")> _
Public Property ObjectType As EnumValue(Of ObjectTypeValues)
Get
Set
'Uso
Dim instance As FormControlProperties
Dim value As EnumValue(Of ObjectTypeValues)
value = instance.ObjectType
instance.ObjectType = value
[SchemaAttrAttribute(, "objectType")]
public EnumValue<ObjectTypeValues> ObjectType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<ObjectTypeValues>