Share via


PivotCacheDefinition.RecordCount Property

PivotCache Record Count.Represents the attribte in schema: recordCount

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

Syntax

'Declaration
<SchemaAttrAttribute(, "recordCount")> _
Public Property RecordCount As UInt32Value
    Get
    Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As UInt32Value

value = instance.RecordCount

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace