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