PivotAreas.Count Property
Pivot Area Count.Represents the attribte in schema: count
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "count")> _
Public Property Count As UInt32Value
Get
Set
'Uso
Dim instance As PivotAreas
Dim value As UInt32Value
value = instance.Count
instance.Count = value
[SchemaAttrAttribute(, "count")]
public UInt32Value Count { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value