Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Column Class / PageBreak Property
Example


In This Topic
    PageBreak Property (Column)
    In This Topic
    Gets or sets whether a page break is inserted before this column when printing.
    Syntax
    'Declaration
     
    
    Public Property PageBreak As Boolean
    'Usage
     
    
    Dim instance As Column
    Dim value As Boolean
     
    instance.PageBreak = value
     
    value = instance.PageBreak
    public bool PageBreak {get; set;}
    Example
    This example sets the PageBreak property.
    See Also