Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / RowBreaks Property


In This Topic
    RowBreaks Property
    In This Topic
    Gets horizontal page break information used for print layout view, page layout view, drawing print breaks in normal view, and for printing the worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowBreaks As PageBreaks
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As PageBreaks
     
    value = instance.RowBreaks
    public PageBreaks RowBreaks {get;}

    Property Value

    The row breaks.
    See Also