Spread WPF 17
GrapeCity.Excel Namespace / ExcelPrintPageSetting Class / RowBreakLines Property


In This Topic
    RowBreakLines Property (ExcelPrintPageSetting)
    In This Topic
    Gets or sets the row break lines.
    Syntax
    'Declaration
     
    Public Property RowBreakLines As List(Of Integer)
    'Usage
     
    Dim instance As ExcelPrintPageSetting
    Dim value As List(Of Integer)
     
    instance.RowBreakLines = value
     
    value = instance.RowBreakLines
    public List<int> RowBreakLines {get; set;}

    Property Value

    The row break lines.
    See Also