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


In This Topic
    ShowColumnFooter Property (PrintInfo)
    In This Topic
    Gets or sets whether to print the column footer.
    Syntax
    'Declaration
     
    
    Public Property ShowColumnFooter As PrintHeader
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintHeader
     
    instance.ShowColumnFooter = value
     
    value = instance.ShowColumnFooter
    public PrintHeader ShowColumnFooter {get; set;}
    See Also