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