ssml:format
PivotTable Format
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-pivotTable.xsd
Type: ssml:CT_Format
Properties: Local, Qualified
Content
- Sequence [1..1]
- ssml:pivotArea [1..1] Pivot Table Location
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
action | [0..1] | ssml:ST_FormatAction | Format Action | Default value is "formatting". |
dxfId | [0..1] | ssml:ST_DxfId | Format Id |
Used in
- Type ssml:CT_Formats (Element ssml:formats)
Sample instance
<ssml:format> <ssml:pivotArea> <ssml:references> <ssml:reference>... </ssml:reference> </ssml:references> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:pivotArea> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:format>