ssml:pivotFields
PivotTable Fields
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_PivotFields
Properties: Local, Qualified
Content
- ssml:pivotField [1..*] PivotTable Field
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Field Count |
Used in
- Type ssml:CT_pivotTableDefinition (Element ssml:pivotTableDefinition)
Sample instance
<ssml:pivotFields> <ssml:pivotField> <ssml:items> <ssml:item/> </ssml:items> <ssml:autoSortScope> <ssml:pivotArea>... </ssml:pivotArea> </ssml:autoSortScope> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:pivotField> </ssml:pivotFields>