Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / DisplayPageBreaks Property


In This Topic
    DisplayPageBreaks Property
    In This Topic
    Gets or sets a value indicating whether the page breaks (both automatic and manual) on this worksheet are displayed.
    Syntax
    'Declaration
     
    Property DisplayPageBreaks As Boolean
    'Usage
     
    Dim instance As IWorksheet
    Dim value As Boolean
     
    instance.DisplayPageBreaks = value
     
    value = instance.DisplayPageBreaks
    bool DisplayPageBreaks {get; set;}
    See Also