InteriorType complexType

Defines the fill properties to use in a style.

Type Information

Namespace urn:schemas-microsoft-com:office:spreadsheet
Schema name XML Spreadsheet 2002

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
Color xsd:string optional Specifies the fill color of a cell. See external namespace.
Pattern PatternType optional Specifies the fill pattern of a cell.
  • None
  • Solid
  • Gray75
  • Gray50
  • Gray25
  • Gray125
  • Gray0625
  • HorzStripe
  • VertStripe
  • ReverseDiagStripe
  • DiagStripe
  • DiagCross
  • ThickDiagCross
  • ThinHorzStripe
  • ThinVertStripe
  • ThinReverseDiagStripe
  • ThinDiagStripe
  • ThinHorzCross
  • ThinDiagCross
PatternColor xsd:string optional Specifies the secondary fill color of a cell when the Pattern attribute does not equal Solid. See external namespace.

Definition

      
<xsd:complexType name="InteriorType" >
  <xsd:attribute form="qualified" name="Color" type="xsd:string" use="optional" default="Automatic">
  </xsd:attribute>
  <xsd:attribute form="qualified" name="Pattern" type="PatternType" use="optional">
  </xsd:attribute>
  <xsd:attribute form="qualified" name="PatternColor" type="xsd:string" use="optional" default="Automatic">
  </xsd:attribute>
</xsd:complexType>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp