[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

vertical (Vertical Inner Border)

This element specifies the color and line style for the vertical inner border(s) of a range of cells. Used in the context of dxf elements only. For example, see the borders definitions for TableStyleMedium28.

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>