Spread WPF 17
GrapeCity.Excel Namespace / ExcelColumn Class / PageBreak Property


In This Topic
    PageBreak Property (ExcelColumn)
    In This Topic
    Gets or sets a value indicating whether the column is a page break column.
    Syntax
    'Declaration
     
    Public Property PageBreak As Boolean
    'Usage
     
    Dim instance As ExcelColumn
    Dim value As Boolean
     
    instance.PageBreak = value
     
    value = instance.PageBreak
    public bool PageBreak {get; set;}

    Property Value

    true if it's a page break column; otherwise, false.
    See Also