Definition Type: Element
Name: GridlineColorIndex
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 64
Documentation:
Contains a value specifying the index for the color of gridlines in a worksheet.
Collapse XSD Schema Diagram:
XSD Diagram of GridlineColorIndex in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="GridlineColorIndex" type="xsd:int" default="64" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains a value specifying the index for the color of gridlines in a worksheet.</xsd:documentation>
    </xsd:annotation>
</xsd:element>