Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ColumnInfo Class / PageBreak Property


In This Topic
    PageBreak Property (ColumnInfo)
    In This Topic
    Gets or sets the location of a page break.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property PageBreak As PageBreak
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As PageBreak
     
    instance.PageBreak = value
     
    value = instance.PageBreak
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public PageBreak PageBreak {get; set;}

    Property Value

    A GrapeCity.Spreadsheet.PageBreak value that represents the location of a page break..
    See Also