ClientData.ObjectType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Tipo de objeto
Representa el atributo siguiente en el esquema: 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)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos