ssml:cacheSource
PivotCache Source Description
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_CacheSource
Properties: Local, Qualified
Content
- Choice [0..1]
- ssml:worksheetSource Worksheet PivotCache Source
- ssml:consolidation Consolidation Source
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
type | [1..1] | ssml:ST_SourceType | Cache Type | |
connectionId | [0..1] | xsd:unsignedInt | Connection Index | Default value is "0". |
Used in
- Type ssml:CT_PivotCacheDefinition (Element ssml:pivotCacheDefinition)
Sample instance
<ssml:cacheSource type="worksheet"> <ssml:worksheetSource ref="string"/> </ssml:cacheSource>