[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

bottom (Bottom Border)

This element specifies the color and line style for the bottom border of a cell.

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>