Share via


PivotTableData.ColumnCount property

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

Syntax

'Declaration
<SchemaAttrAttribute(, "columnCount")> _
Public Property ColumnCount As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotTableData
Dim value As UInt32Value

value = instance.ColumnCount

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

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

PivotTableData class

PivotTableData members

DocumentFormat.OpenXml.Office15.Excel namespace