ssml:chartFormats
PivotChart Formats
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_ChartFormats
Properties: Local, Qualified
Content
- ssml:chartFormat [1..*] PivotChart Format
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Format Count | Default value is "0". |
Used in
- Type ssml:CT_pivotTableDefinition (Element ssml:pivotTableDefinition)
Sample instance
<ssml:chartFormats> <ssml:chartFormat chart="1" format="1"> <ssml:pivotArea> <ssml:references>... </ssml:references> <ssml:extLst>... </ssml:extLst> </ssml:pivotArea> </ssml:chartFormat> </ssml:chartFormats>