3.1.4.50.3.3 RowHtml

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

The RowHtml type represents one row of an HTML table

 <xs:complexType name="RowHtml" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Cs" type="tns:ArrayOfCellHtml"/>
   </xs:sequence>
 </xs:complexType>

Cs: An ArrayOfCellHtml, as specified in section 3.1.4.50.3.4 that represents the cells in the row.