<insideH> (Inside Horizontal Border)

This element defines the line properties associated with the inner horizontal borders in a table.

example:
<insideH>
  <ln w="12700" cmpd="sng">
    <solidFill>
      <schemeClr val="accent1"/>
    </solidFill>
  </ln>
</insideH>

In this example, we see the inner horizontal borders in a table to be a single 1pt line which is colored accent 1. ]

Parent Elements

<tcBdr>5.1.4.2.28)

Child Elements

Subclause

<ln> (Outline)

§5.1.2.1.24

<lnRef> (Line Reference)

§5.1.4.2.19

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

<complexType name="CT_ThemeableLineStyle">
	<choice>
	<element name="ln" type="CT_LineProperties" minOccurs="1" maxOccurs="1"/>
	<element name="lnRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
	</choice>
</complexType>