2.2.5.2 RangeReference

Namespace: http://schemas.microsoft.com/office/excel/server/webservices

A string that is used by the protocol server to identify a range on a sheet (2) in a workbook, in some of the operations specified by this protocol.

It has the following specification:

  • MUST NOT be longer than 32768 characters.

  • SHOULD use the A1 reference style as defined in [MSFT-ACRR], but MAY use any format supported by the server to identify the range.

This simple type is defined as follows.

 <xs:simpleType name="RangeReference" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string"/>
 </xs:simpleType>