ssml:cellStyle
Cell Style
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-styles.xsd
Type: ssml:CT_CellStyle
Properties: Local, Qualified
Content
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [0..1] | ssml:ST_Xstring | User Defined Cell Style | |
xfId | [1..1] | ssml:ST_CellStyleXfId | Format Id | |
builtinId | [0..1] | xsd:unsignedInt | Built-In Style Id | |
iLevel | [0..1] | xsd:unsignedInt | Outline Style | |
hidden | [0..1] | xsd:boolean | Hidden Style | |
customBuiltin | [0..1] | xsd:boolean | Custom Built In |
Used in
- Type ssml:CT_CellStyles (Element ssml:cellStyles)
Sample instance
<ssml:cellStyle xfId="1"> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:cellStyle>