2.2.4.68 SheetCell

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

Specifies the coordinates of a cell in a sheet (2).

 <xs:complexType name="SheetCell" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="SheetName" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Row" type="xs:int"/>
     <xs:element minOccurs="1" maxOccurs="1" name="Column" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

SheetName:  The name of the sheet (2) where the cells are located. MUST be present. The length of the string MUST NOT be more than 31 characters.

Row: The zero-based row (2) index of the cell’s coordinates.

Column:  The zero-based column (2) index of the cell’s coordinates.