ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumn Class / PageBreak Property

In This Topic
    PageBreak Property (XLColumn)
    In This Topic
    Gets or sets whether there will be a forced page break after this column.
    Syntax
    'Declaration
     
    Public Property PageBreak As System.Boolean
    public System.bool PageBreak {get; set;}
    See Also