Freigeben über


PivotArea.Type-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<PivotAreaValues>
Returns EnumValue<T>.

Siehe auch

Referenz

PivotArea Klasse

PivotArea-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace