ssml:rrc
Revision Row Column Insert Delete
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookRevisions.xsd
Type: ssml:CT_RevisionRowColumn
Properties: Local, Qualified
Content
- Choice [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
rId | [1..1] | xsd:unsignedInt | Revision Id | from group ssml:AG_RevData |
ua | [0..1] | xsd:boolean | Revision From Rejection | Default value is "false". from group ssml:AG_RevData |
ra | [0..1] | xsd:boolean | Revision Undo Rejected | Default value is "false". from group ssml:AG_RevData |
sId | [1..1] | xsd:unsignedInt | Sheet Id | |
eol | [0..1] | xsd:boolean | End Of List | Default value is "false". |
ref | [1..1] | ssml:ST_Ref | Reference | |
action | [1..1] | ssml:ST_rwColActionType | User Action | |
edge | [0..1] | xsd:boolean | Edge Deleted | Default value is "false". |
Used in
- Type ssml:CT_Revisions (Element ssml:revisions)
Sample instance
<ssml:rrc rId="1" sId="1" ref="string" action="insertRow"> <ssml:undo index="1" exp="ref" dr="string" r="string"/> </ssml:rrc>