PivotArea.Type Property

Rule Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of PivotAreaValues)
    Get
    Set
'Usage
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>
Returns EnumValue<T>.

See Also

Reference

PivotArea Class

PivotArea Members

DocumentFormat.OpenXml.Spreadsheet Namespace