CustomSheetView.RowBreaks Property

Horizontal Page Breaks.Represents the element tag in schema: x:rowBreaks

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property RowBreaks As RowBreaks
    Get
    Set
'Usage
Dim instance As CustomSheetView
Dim value As RowBreaks

value = instance.RowBreaks

instance.RowBreaks = value
public RowBreaks RowBreaks { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.RowBreaks
Returns RowBreaks.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace