Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowColumnFooterEachPage Property


In This Topic
    ShowColumnFooterEachPage Property
    In This Topic
    Gets or sets whether to print the column footer on every page.
    Syntax
    'Declaration
     
    
    Public Property ShowColumnFooterEachPage As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.ShowColumnFooterEachPage = value
     
    value = instance.ShowColumnFooterEachPage
    public bool ShowColumnFooterEachPage {get; set;}
    See Also