FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Column Class / Caption Property

In This Topic
    Caption Property (Column)
    In This Topic
    Gets or sets the text of the column's header cell.
    Syntax
    'Declaration
     
    
    Public Property Caption As String
    public string Caption {get; set;}
    See Also