2.2.5.7 ExcelServerMessageType

The ExcelServerMessageType type is an enumeration of the type of the alert that the protocol server returns to the protocol client.

 <s:simpleType name="ExcelServerMessageType">
   <s:restriction base="s:string">
     <s:enumeration value="Alert"/>
     <s:enumeration value="Confirmation"/>
   </s:restriction>
 </s:simpleType>

The following table specifies possible values for ExcelServerMessageType.

Value

Meaning

Alert

The alert is of type alert.

Confirmation

The alert is of type confirmation.