Definition Type: ComplexType
Name: MoperType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains the data referenced by a DDE link.
Collapse XSD Schema Diagram:
Drilldown into Error in schema excel_xsd Drilldown into Boolean in schema excel_xsd Drilldown into Text in schema excel_xsd Drilldown into Number in schema excel_xsd Drilldown into ColLast in schema excel_xsd Drilldown into RowLast in schema excel_xsdXSD Diagram of MoperType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="MoperType">
    <xsd:annotation>
        <xsd:documentation>Contains the data referenced by a DDE link.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="RowLast" type="xsd:integer">
            <xsd:annotation>
                <xsd:documentation>Specifies the index of the last row of data being represented.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ColLast" type="xsd:int">
            <xsd:annotation>
                <xsd:documentation>Specifies the index of the last column of a row of data being represented.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Number" type="xsd:integer">
            <xsd:annotation>
                <xsd:documentation>Contains the index number of either an HTML table in a Web page or of a pane in a worksheet window, the number formatting style of a chart object, or a numeric operand.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Text" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains a string operand or the name of an HTML table in a Web page.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Boolean" default="False" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains a Boolean operand.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="TrueFalseType" />
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="Error" type="ErrorType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains an error string.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RowLast x:RowLast (1) (1)
ColLast x:ColLast (1) (1)
Number x:Number (1) (1)
Text x:Text (1) (1)
Boolean x:Boolean 0 (1)
Error x:Error 0 (1)
Collapse Derivation Tree:
Collapse References:
x:Moper