2.2.5.4 ExcelServerMessageButtons

The ExcelServerMessageButtons type is a list (2) of enumeration values of the control buttons associated with the alert that the protocol server returns to the protocol client. The list (2) MUST contain either OK or the combination of "Yes" and "No".

 <s:simpleType name="ExcelServerMessageButtons">
   <s:list>
     <s:simpleType>
       <s:restriction base="s:string">
         <s:enumeration value="OK"/>
         <s:enumeration value="Yes"/>
         <s:enumeration value="No"/>
       </s:restriction>
     </s:simpleType>
   </s:list>
 </s:simpleType>

The following table specifies possible values for ExcelServerMessageButtons.

Value

Meaning

OK

An OK control button

Yes

A Yes control button

No

A No control button