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

In This Topic
    Caption Property (Row)
    In This Topic
    Gets or sets the text of the first fixed cell in the row.
    Syntax
    'Declaration
     
    
    Public Property Caption As String
    public string Caption {get; set;}
    See Also