PivotArea.Type Property
Rule Type.Represents the attribte in schema: type
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of PivotAreaValues)
Get
Set
'Применение
Dim instance As PivotArea
Dim value As EnumValue(Of PivotAreaValues)
value = instance.Type
instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<PivotAreaValues> Type { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PivotAreaValues>