ssml:nc
New Cell Data
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookRevisions.xsd
Type: ssml:CT_Cell
Properties: Local, Qualified
Content
- Sequence [1..1]
- ssml:f [0..1] Formula
- ssml:v [0..1] Cell Value
- ssml:is [0..1] Rich Text Inline
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
r | [0..1] | ssml:ST_CellRef | Reference | |
s | [0..1] | xsd:unsignedInt | Style Index | Default value is "0". |
t | [0..1] | ssml:ST_CellType | Cell Data Type | Default value is "n". |
cm | [0..1] | xsd:unsignedInt | Cell Metadata Index | Default value is "0". |
vm | [0..1] | xsd:unsignedInt | Value Metadata Index | Default value is "0". |
ph | [0..1] | xsd:boolean | Show Phonetic | Default value is "false". |
Used in
- Type ssml:CT_RevisionCellChange (Elements ssml:rcc, ssml:rcc)
Sample instance
<ssml:nc> <ssml:f>string</ssml:f> <ssml:v>string</ssml:v> <ssml:is> <ssml:t>string</ssml:t> <ssml:r> <ssml:rPr>... </ssml:rPr> <ssml:t>string</ssml:t> </ssml:r> <ssml:rPh sb="1" eb="1"> <ssml:t>string</ssml:t> </ssml:rPh> <ssml:phoneticPr fontId="1"/> </ssml:is> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:nc>