Share via


PivotRow.Reference property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "r")> _
Public Property Reference As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotRow
Dim value As UInt32Value

value = instance.Reference

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

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

PivotRow class

PivotRow members

DocumentFormat.OpenXml.Office15.Excel namespace