Definition Type: Element
Name: RowInputCell
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains the row index of a cell used to calculate the values in a data table.
Collapse XSD Schema Diagram:
XSD Diagram of RowInputCell in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="RowInputCell" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains the row index of a cell used to calculate the values in a data table.</xsd:documentation>
    </xsd:annotation>
</xsd:element>