ssml:sheetViews
Dialog Sheet Views
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheet.xsd
Other elements with the same name: ssml:sheetViews, ssml:sheetViews, ssml:sheetViews
Type: ssml:CT_SheetViews
Properties: Local, Qualified
Content
- Sequence [1..1]
- ssml:sheetView [1..*] Worksheet View
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
None
Used in
- Type ssml:CT_Dialogsheet (Element ssml:dialogsheet)
Sample instance
<ssml:sheetViews> <ssml:sheetView workbookViewId="1"> <ssml:pane/> <ssml:selection sqref="A1 A1"/> <ssml:pivotSelection> <ssml:pivotArea>... </ssml:pivotArea> </ssml:pivotSelection> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:sheetView> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:sheetViews>