L.2.7.3.9 Custom Table Style Definitions

Built-in Table and PivotTable styles are not saved out, only custom-defined styles are saved out. In this example, a custom table style defines formatting for an element of a table, the “whole table” region.

<tableStyles count="1" defaultTableStyle="TableStyleMedium9"
defaultPivotStyle="PivotStyleLight16">
  <tableStyle name="TableStyleMedium10 - Custom" pivot="0" count="1">
    <tableStyleElement type="wholeTable" dxfId="6"/>
  </tableStyle>
</tableStyles>
Last updated on