2.2.5.42 UndoRedoEnabledState

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

Indicates the current enabled state of undo and redo operations.

 <xs:simpleType name="UndoRedoEnabledState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="Enabled"/>
     <xs:enumeration value="DisabledEmptyStack"/>
     <xs:enumeration value="DisabledClearedStack"/>
     <xs:enumeration value="DisabledCollab"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the UndoRedoEnabledState simple type.

Value

Meaning

None

Represents an uninitialized or invalid state.

Enabled

Operations are enabled.

DisabledEmptyStack

Operations are disabled because there is nothing to undo.

DisabledClearedStack

Operations are disabled because an operation was executed that doesn’t support undo.

DisabledCollab

Operations are disabled because another user in the session (2) made the last edit.