ssml:undo
Undo
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sharedWorkbookRevisions.xsd
Type: ssml:CT_UndoInfo
Properties: Local, Qualified
Content
- Empty content
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| index | [1..1] | xsd:unsignedInt | Index | |
| exp | [1..1] | ssml:ST_FormulaExpression | Expression | |
| ref3D | [0..1] | xsd:boolean | Reference 3D | Default value is "false". |
| array | [0..1] | xsd:boolean | Array Entered | Default value is "false". |
| v | [0..1] | xsd:boolean | Value Needed | Default value is "false". |
| nf | [0..1] | xsd:boolean | Defined Name Formula | Default value is "false". |
| cs | [0..1] | xsd:boolean | Cross Sheet Move | Default value is "false". |
| dr | [1..1] | ssml:ST_RefA | Range | |
| dn | [0..1] | ssml:ST_Xstring | Defined Name | |
| r | [0..1] | ssml:ST_CellRef | Cell Reference | |
| sId | [0..1] | xsd:unsignedInt | Sheet Id |
Used in
- Type ssml:CT_RevisionMove (Element ssml:rm)
- Type ssml:CT_RevisionRowColumn (Element ssml:rrc)
Sample instance
<ssml:undo index="1" exp="ref" dr="string" r="string"/>



