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


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