Excel for WPF | ComponentOne
C1.WPF.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 Boolean
    public bool PageBreakPreview {get; set;}
    Remarks
    Please use ViewLayout in PageBreakPreview value.
    See Also