PivotField.RankBy Property

Auto Show Rank By.Represents the attribte in schema: rankBy

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

Syntax

'Declaration
<SchemaAttrAttribute(, "rankBy")> _
Public Property RankBy As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotField
Dim value As UInt32Value

value = instance.RankBy

instance.RankBy = value
[SchemaAttrAttribute(, "rankBy")]
public UInt32Value RankBy { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

PivotField Class

PivotField Members

DocumentFormat.OpenXml.Spreadsheet Namespace