Schema Central > OOXML > sml-sheet.xsd > ssml:customSheetView
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ssml:customSheetView

Custom Sheet View

Element information

Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main

Schema document: sml-sheet.xsd

Other elements with the same name: ssml:customSheetView

Type: ssml:CT_CustomSheetView

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
guid [1..1]ssml:ST_GuidGUID
scale [0..1]xsd:unsignedIntPrint ScaleDefault value is "100".
colorId [0..1]xsd:unsignedIntColor IdDefault value is "64".
showPageBreaks [0..1]xsd:booleanShow Page BreaksDefault value is "false".
showFormulas [0..1]xsd:booleanShow FormulasDefault value is "false".
showGridLines [0..1]xsd:booleanShow Grid LinesDefault value is "true".
showRowCol [0..1]xsd:booleanShow HeadersDefault value is "true".
outlineSymbols [0..1]xsd:booleanShow Outline SymbolsDefault value is "true".
zeroValues [0..1]xsd:booleanShow Zero ValuesDefault value is "true".
fitToPage [0..1]xsd:booleanFit To PageDefault value is "false".
printArea [0..1]xsd:booleanPrint Area DefinedDefault value is "false".
filter [0..1]xsd:booleanFiltered ListDefault value is "false".
showAutoFilter [0..1]xsd:booleanShow AutoFitler Drop Down ControlsDefault value is "false".
hiddenRows [0..1]xsd:booleanHidden RowsDefault value is "false".
hiddenColumns [0..1]xsd:booleanHidden ColumnsDefault value is "false".
state [0..1]ssml:ST_SheetStateVisible StateDefault value is "visible".
filterUnique [0..1]xsd:booleanFilterDefault value is "false".
view [0..1]ssml:ST_SheetViewTypeView TypeDefault value is "normal".
showRuler [0..1]xsd:booleanShow RulerDefault value is "true".
topLeftCell [0..1]ssml:ST_CellRefTop Left Visible Cell

Used in

Sample instance

<ssml:customSheetView guid="token">
   <ssml:pane/>
   <ssml:selection sqref="A1 A1"/>
   <ssml:rowBreaks>
      <ssml:brk/>
   </ssml:rowBreaks>
   <ssml:colBreaks>
      <ssml:brk/>
   </ssml:colBreaks>
   <ssml:pageMargins left="1.0" right="1.0" top="1.0" bottom="1.0" header="1.0" footer="1.0"/>
   <ssml:printOptions/>
   <ssml:pageSetup/>
   <ssml:headerFooter>
      <ssml:oddHeader>string</ssml:oddHeader>
      <ssml:oddFooter>string</ssml:oddFooter>
      <ssml:evenHeader>string</ssml:evenHeader>
      <ssml:evenFooter>string</ssml:evenFooter>
      <ssml:firstHeader>string</ssml:firstHeader>
      <ssml:firstFooter>string</ssml:firstFooter>
   </ssml:headerFooter>
   <ssml:autoFilter>
      <ssml:filterColumn colId="1">
         <ssml:filters>...
         </ssml:filters>
      </ssml:filterColumn>
      <ssml:sortState ref="string">
         <ssml:sortCondition ref="string" iconSet="3Arrows"/>
         <ssml:extLst>...
         </ssml:extLst>
      </ssml:sortState>
      <ssml:extLst>
         <ssml:ext>
            <!--any element-->
         </ssml:ext>
      </ssml:extLst>
   </ssml:autoFilter>
   <ssml:extLst>
      <ssml:ext>
         <!--any element-->
      </ssml:ext>
   </ssml:extLst>
</ssml:customSheetView>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com