ssml:pivotAreas
Pivot Areas
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_PivotAreas
Properties: Local, Qualified
Content
- ssml:pivotArea [0..*] Pivot Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Pivot Area Count |
Used in
- Type ssml:CT_ConditionalFormat (Element ssml:conditionalFormat)
Sample instance
<ssml:pivotAreas> <ssml:pivotArea> <ssml:references> <ssml:reference>... </ssml:reference> </ssml:references> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:pivotArea> </ssml:pivotAreas>