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


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