ssml:rcmt
Revision Cell Comment
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookRevisions.xsd
Type: ssml:CT_RevisionComment
Properties: Local, Qualified
Content
- Empty content
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| sheetId | [1..1] | xsd:unsignedInt | Sheet Id | |
| cell | [1..1] | ssml:ST_CellRef | Cell | |
| guid | [1..1] | ssml:ST_Guid | GUID | |
| action | [0..1] | ssml:ST_RevisionAction | User Action | Default value is "add". |
| alwaysShow | [0..1] | xsd:boolean | Always Show Comment | Default value is "false". |
| old | [0..1] | xsd:boolean | Old Comment | Default value is "false". |
| hiddenRow | [0..1] | xsd:boolean | Comment In Hidden Row | Default value is "false". |
| hiddenColumn | [0..1] | xsd:boolean | Hidden Column | Default value is "false". |
| author | [1..1] | ssml:ST_Xstring | Author | |
| oldLength | [0..1] | xsd:unsignedInt | Original Comment Length | Default value is "0". |
| newLength | [0..1] | xsd:unsignedInt | New Comment Length | Default value is "0". |
Used in
- Type ssml:CT_Revisions (Element ssml:revisions)
Sample instance
<ssml:rcmt sheetId="1" cell="string" guid="token" action="add" author="string"/>



