ssml:rowBreaks
Horizontal Page Breaks
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-sheet.xsd
Other elements with the same name: ssml:rowBreaks
Type: ssml:CT_PageBreak
Properties: Local, Qualified
Content
- ssml:brk [0..*] Break
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
count | [0..1] | xsd:unsignedInt | Page Break Count | Default value is "0". |
manualBreakCount | [0..1] | xsd:unsignedInt | Manual Break Count | Default value is "0". |
Used in
- Type ssml:CT_CustomSheetView (Element ssml:customSheetView)
- Type ssml:CT_Worksheet (Element ssml:worksheet)
Sample instance
<ssml:rowBreaks> <ssml:brk/> </ssml:rowBreaks>