QueryTable.GrowShrinkType Property

Grow Shrink Type.Represents the attribte in schema: growShrinkType

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "growShrinkType")> _
Public Property GrowShrinkType As EnumValue(Of GrowShrinkValues)
    Get
    Set
'Usage
Dim instance As QueryTable
Dim value As EnumValue(Of GrowShrinkValues)

value = instance.GrowShrinkType

instance.GrowShrinkType = value
[SchemaAttrAttribute(, "growShrinkType")]
public EnumValue<GrowShrinkValues> GrowShrinkType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<GrowShrinkValues>
Returns EnumValue<T>.

See Also

Reference

QueryTable Class

QueryTable Members

DocumentFormat.OpenXml.Spreadsheet Namespace