Share via


ClientData.ObjectType Property

Definition

Object type

Represents the following attribute in the schema: ObjectType

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to