Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / ShowColumnHeader Property


In This Topic
    ShowColumnHeader Property
    In This Topic
    Gets or sets whether to print the column header.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ShowColumnHeader As VisibilityType
    'Usage
     
    Dim instance As PrintInfo
    Dim value As VisibilityType
     
    instance.ShowColumnHeader = value
     
    value = instance.ShowColumnHeader
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public VisibilityType ShowColumnHeader {get; set;}

    Property Value

    A value that determines whether to print the column header. The default value is Inherit.
    See Also