ssml:cellStyles
Cell Styles
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-styles.xsd
Type: ssml:CT_CellStyles
Properties: Local, Qualified
Content
- ssml:cellStyle [1..*] Cell Style
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Style Count |
Used in
- Type ssml:CT_Stylesheet (Element ssml:styleSheet)
Sample instance
<ssml:cellStyles> <ssml:cellStyle xfId="1"> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:cellStyle> </ssml:cellStyles>