PivotCacheDefinition.TupleCache Property

Tuple Cache.Represents the element tag in schema: x:tupleCache

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

Syntax

'Declaration
Public Property TupleCache As TupleCache
    Get
    Set
'Usage
Dim instance As PivotCacheDefinition
Dim value As TupleCache

value = instance.TupleCache

instance.TupleCache = value
public TupleCache TupleCache { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.TupleCache
Returns TupleCache.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace