2.2.5.7 ExcelServerMessageAppearance

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Excel.Server

Specifies the control buttons associated with an alert that the protocol server returns to the protocol client. The list MUST contain either only the value "OK" or both values "Yes" and "No".

 <xs:simpleType name="ExcelServerMessageAppearance">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="OK"/>
         <xs:enumeration value="Cancel"/>
         <xs:enumeration value="Yes"/>
         <xs:enumeration value="No"/>
         <xs:enumeration value="Notification"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table specifies the allowable values for ExcelServerMessageAppearance:

Value

Meaning

None

MUST NOT be used.

OK

An OK control button.

Cancel

MUST NOT be used.

Yes

A Yes control button.

No

A No control button.

Notification

MUST NOT be used.