ssml:cfvo
Conditional Format Value Object
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheet.xsd
Other elements with the same name: ssml:cfvo
Type: ssml:CT_Cfvo
Properties: Local, Qualified
Content
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
type | [1..1] | ssml:ST_CfvoType | Type | |
val | [0..1] | ssml:ST_Xstring | Value | |
gte | [0..1] | xsd:boolean | Greater Than Or Equal | Default value is "true". |
Used in
- Type ssml:CT_ColorScale (Element ssml:colorScale)
- Type ssml:CT_DataBar (Element ssml:dataBar)
Sample instance
<ssml:cfvo type="num" val="string"> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:cfvo>