PivotTableDefinition.PageWrap Property

Page Wrap.Represents the attribte in schema: pageWrap

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

Syntax

'Declaration
<SchemaAttrAttribute(, "pageWrap")> _
Public Property PageWrap As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotTableDefinition
Dim value As UInt32Value

value = instance.PageWrap

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

PivotTableDefinition Class

PivotTableDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace