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


In This Topic
    ColumnBreaks Property
    In This Topic
    Gets vertical 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 ColumnBreaks As PageBreaks
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As PageBreaks
     
    value = instance.ColumnBreaks
    public PageBreaks ColumnBreaks {get;}

    Property Value

    The row breaks.
    See Also