20.1.4.2.23 seCell

This element defies the formatting for the cell in the southeast corner of a table when both the last row formatting and last column formatting are enabled. This formatting is only applied to the single cell which overlaps between the two formatting options.

[Example: Consider the following example of the southeast cell formatting within DrawingML:

<seCell>
  <tcTxStyle b="on">
    <fontRef idx="minor">
      <scrgbClr r="0" g="0" b="0"/>
    </fontRef>
    <schemeClr val="lt1"/>
  </tcTxStyle>
  <tcStyle>
    <tcBdr/>
    <fill>
      <solidFill>
        <schemeClr val="accent1"/>
      </solidFill>
    </fill>
  </tcStyle>
</seCell>

contain bold text

In this example, we specifically set the southeast cell to accent 1. end example]

with a solid cell fill in the color of

[Note: The W3C XML Schema definition of this element’s content model (CT_TablePartStyle) is located in A.4.1. end note]

Last updated on