QueryTable.GrowShrinkType 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í.
growShrinkType
Representa el atributo siguiente en el esquema: growShrinkType
[DocumentFormat.OpenXml.SchemaAttr(0, "growShrinkType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues> GrowShrinkType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues> GrowShrinkType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "growShrinkType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues>? GrowShrinkType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("growShrinkType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues>? GrowShrinkType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues>? GrowShrinkType { get; set; }
member this.GrowShrinkType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "growShrinkType")>]
member this.GrowShrinkType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("growShrinkType")>]
member this.GrowShrinkType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.GrowShrinkValues> with get, set
Public Property GrowShrinkType As EnumValue(Of GrowShrinkValues)
Valor de propiedad
Devuelve EnumValue<T>.
- Atributos