PivotHierarchy.DragToPage Property

Drag to Page.Represents the attribte in schema: dragToPage

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dragToPage")> _
Public Property DragToPage As BooleanValue
    Get
    Set
'Usage
Dim instance As PivotHierarchy
Dim value As BooleanValue

value = instance.DragToPage

instance.DragToPage = value
[SchemaAttrAttribute(, "dragToPage")]
public BooleanValue DragToPage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PivotHierarchy Class

PivotHierarchy Members

DocumentFormat.OpenXml.Spreadsheet Namespace