ssml:tableStyles
Table Styles
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-styles.xsd
Type: ssml:CT_TableStyles
Properties: Local, Qualified
Content
- ssml:tableStyle [0..*] Table Style
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Table Style Count | |
defaultTableStyle | [0..1] | xsd:string | Default Table Style | |
defaultPivotStyle | [0..1] | xsd:string | Default Pivot Style |
Used in
- Type ssml:CT_Stylesheet (Element ssml:styleSheet)
Sample instance
<ssml:tableStyles> <ssml:tableStyle name="string"> <ssml:tableStyleElement type="wholeTable"/> </ssml:tableStyle> </ssml:tableStyles>