Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / ShowColumnHeaders Property


In This Topic
    ShowColumnHeaders Property
    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