Share via


QueryTable.GrowShrinkType Property

Definition

growShrinkType

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Applies to