ssml:row
Row
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-supplementaryWorkbooks.xsd
Other elements with the same name: ssml:row
Type: ssml:CT_ExternalRow
Properties: Local, Qualified
Content
- ssml:cell [0..*] External Cell Data
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
r | [1..1] | xsd:unsignedInt | Row |
Used in
- Type ssml:CT_ExternalSheetData (Element ssml:sheetData)
Sample instance
<ssml:row r="1"> <ssml:cell> <ssml:v>string</ssml:v> </ssml:cell> </ssml:row>