<outlinePr>
(Outline Properties)
Outline properties of the worksheet.
<sheetPr> <outlinePr applyStyles="1"/> </sheetPr>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Flag indicating whether to apply styles in an outline, when outline is applied. Outline styles are described in Styles (§3.8). The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Flag indicating whether the sheet has outline symbols visible. This flag shall always be overridden by the showOutlineSymbols attribute on The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Flag indicating whether summary rows appear below detail in an outline, when applying an outline. When When Note that toggling this flag on existing outlines requires an update to cell table, specifically, putting the summary functions in the proper rows, and flagging these rows as new outline levels, and possibly resetting their collapsed state. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Flag indicating whether summary columns appear to the right of detail in an outline, when applying an outline. When When Note that toggling this flag on existing outlines requires an update to cell table, specifically, putting the summary functions in the proper columns, and flagging these columns as new outline levels, and possibly resetting their collapsed state. The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OutlinePr">
<attribute name="applyStyles" type="xsd:boolean" use="optional" default="false"/>
<attribute name="summaryBelow" type="xsd:boolean" use="optional" default="true"/>
<attribute name="summaryRight" type="xsd:boolean" use="optional" default="true"/>
<attribute name="showOutlineSymbols" type="xsd:boolean" use="optional" default="true"/>
</complexType>