Share via


FormControlProperties.ObjectType Property

Definition

objectType, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: objectType

[DocumentFormat.OpenXml.SchemaAttr(0, "objectType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues> ObjectType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues> ObjectType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "objectType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues>? ObjectType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("objectType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues>? ObjectType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues>? ObjectType { get; set; }
member this.ObjectType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "objectType")>]
member this.ObjectType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("objectType")>]
member this.ObjectType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2010.Excel.ObjectTypeValues> with get, set
Public Property ObjectType As EnumValue(Of ObjectTypeValues)

Property Value

Attributes

Applies to