ssml:sheetView
Chart Sheet View
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheet.xsd
Other elements with the same name: ssml:sheetView
Type: ssml:CT_ChartsheetView
Properties: Local, Qualified
Content
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
tabSelected | [0..1] | xsd:boolean | Sheet Tab Selected | Default value is "false". |
zoomScale | [0..1] | xsd:unsignedInt | Window Zoom Scale | Default value is "100". |
workbookViewId | [1..1] | xsd:unsignedInt | Workbook View Id | |
zoomToFit | [0..1] | xsd:boolean | Zoom To Fit | Default value is "false". |
Used in
- Type ssml:CT_ChartsheetViews (Element ssml:sheetViews)
Sample instance
<ssml:sheetView workbookViewId="1"> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:sheetView>