[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
sheetViews (Sheet Views)
Worksheet views collection.
[Example:
This example shows one sheet view definition. The definition indicates that the current sheet is the active/selected sheet, and that there is a split pane applied to the view. This definition also indicates for each of the four window panes of the split which cell is the active cell for that pane.
<sheetViews>
<sheetView tabSelected="1" workbookViewId="0">
<pane xSplit="2310" ySplit="2070" topLeftCell="C1"
activePane="bottomRight"/>
<selection/>
<selection pane="bottomLeft" activeCell="A6" sqref="A6"/>
<selection pane="topRight" activeCell="C1" sqref="C1"/>
<selection pane="bottomRight" activeCell="E13" sqref="E13"/>
</sheetView>
</sheetViews>
end example]
Parent Elements |
dialogsheet (§3.3.1.32); worksheet (§3.3.1.96) |
Child Elements |
Subclause |
extLst (Future Feature Data Storage Area) |
§3.2.10 |
sheetView (Worksheet View) |
§3.3.1.83 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SheetViews">
<sequence>
<element name="sheetView" type="CT_SheetView" minOccurs="1" maxOccurs="unbounded"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>