Actuate Information Delivery API data types : DataRow
 
DataRow
A complex data type that contains the information from a data row.
Schema
<xsd:complexType name="DataRow">
<xsd:sequence>
<xsd:element name="Cell" type="typens:DataCell"
maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
Elements
Cell
A data cell from the row.