2.2.4.93 OperationStates

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

Indicates the current enabled state of undo and redo operations.

 <xs:complexType name="OperationStates" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Undo" type="tns:UndoRedoEnabledState"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Redo" type="tns:UndoRedoEnabledState"/>
   </xs:sequence>
 </xs:complexType>

Undo:  Indicates the current enabled state of the undo operation.

Redo:  Indicates the current enabled state of the redo operation.