PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / TableVectorGroup Class / ColumnHeader Property

In This Topic
    ColumnHeader Property (TableVectorGroup)
    In This Topic
    Gets or sets a value indicating whether the current group should be repeated as a table header on each column where the containing table is printed.

    Only one row and column group in a table can has this property set to true.

    Syntax
    'Declaration
     
    Public Property ColumnHeader As Boolean
    public bool ColumnHeader {get; set;}
    See Also