QueryTable.GrowShrinkType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
growShrinkType
Representa o seguinte atributo no 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 da propriedade
Retorna EnumValue<T>.
- Atributos