ssml:rm
Revision Cell Move
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookRevisions.xsd
Type: ssml:CT_RevisionMove
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 |
sheetId | [1..1] | xsd:unsignedInt | Sheet Id | |
source | [1..1] | ssml:ST_Ref | Source | |
destination | [1..1] | ssml:ST_Ref | Destination | |
sourceSheetId | [0..1] | xsd:unsignedInt | Source Sheet Id | Default value is "0". |
Used in
- Type ssml:CT_Revisions (Element ssml:revisions)
Sample instance
<ssml:rm rId="1" sheetId="1" source="string" destination="string"> <ssml:undo index="1" exp="ref" dr="string" r="string"/> </ssml:rm>