Definition Type: Element
Name: TopRowVisible
Namespace: urn:schemas-microsoft-com:office:excel
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default 1
Documentation:
Contains the row number of the topmost visible row in the top pane of a worksheet window.
Collapse XSD Schema Diagram:
XSD Diagram of TopRowVisible in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="TopRowVisible" type="xsd:int" default="1" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains the row number of the topmost visible row in the top pane of a worksheet window.</xsd:documentation>
    </xsd:annotation>
</xsd:element>