[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

diagonal (Diagonal)

This element specifies the color and line style for the diagonal border(s) of a cell, possibly including diagonally up and diagonally down. The line style for diagonal up and diagonal down lines must be the same.

Parent Elements

border3.8.4)

 

Child Elements

Subclause

color (Data Bar Color)

§3.3.1.14

 

Attributes

Description

style (Line Style)

The line style for this border.

 

The possible values for this attribute are defined by the ST_BorderStyle simple type (§3.18.3).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_BorderPr">

   <sequence>

   <element name="color" type="CT_Color" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attribute name="style" type="ST_BorderStyle" use="optional" default="none"/>

</complexType>