PivotCacheDefinition.Maps Property

OLAP Measure Group.Represents the element tag in schema: x:maps

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

Syntax

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

value = instance.Maps

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Maps
Returns Maps.

See Also

Reference

PivotCacheDefinition Class

PivotCacheDefinition Members

DocumentFormat.OpenXml.Spreadsheet Namespace