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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ssml:row

Row

Element information

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

Schema document: sml-sheet.xsd

Other elements with the same name: ssml:row

Type: ssml:CT_Row

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
r [0..1]xsd:unsignedIntRow Index
spans [0..1]ssml:ST_CellSpansSpans
s [0..1]xsd:unsignedIntStyle IndexDefault value is "0".
customFormat [0..1]xsd:booleanCustom FormatDefault value is "false".
ht [0..1]xsd:doubleRow Height
hidden [0..1]xsd:booleanHiddenDefault value is "false".
customHeight [0..1]xsd:booleanCustom HeightDefault value is "false".
outlineLevel [0..1]xsd:unsignedByteOutline LevelDefault value is "0".
collapsed [0..1]xsd:booleanCollapsedDefault value is "false".
thickTop [0..1]xsd:booleanThick Top BorderDefault value is "false".
thickBot [0..1]xsd:booleanThick BottomDefault value is "false".
ph [0..1]xsd:booleanShow PhoneticDefault value is "false".

Used in

Sample instance

<ssml:row>
   <ssml:c>
      <ssml:f>string</ssml:f>
      <ssml:v>string</ssml:v>
      <ssml:is>
         <ssml:t>string</ssml:t>
         <ssml:r>...
         </ssml:r>
         <ssml:rPh sb="1" eb="1">...
         </ssml:rPh>
         <ssml:phoneticPr fontId="1"/>
      </ssml:is>
      <ssml:extLst>
         <ssml:ext>
            <!--any element-->
         </ssml:ext>
      </ssml:extLst>
   </ssml:c>
   <ssml:extLst>
      <ssml:ext>
         <!--any element-->
      </ssml:ext>
   </ssml:extLst>
</ssml:row>

Site developed and hosted by Datypic, Inc.

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