ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / PageBreakPreview Property

In This Topic
    PageBreakPreview Property
    In This Topic
    Gets or sets whether Excel should show page break preview when displaying the sheet.
    Syntax
    'Declaration
     
    Public Property PageBreakPreview As System.Boolean
    public System.bool PageBreakPreview {get; set;}
    Remarks
    Please use ViewLayout in PageBreakPreview value.
    See Also