ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / IFlexDataGrid Interface / GetFieldCaption Method
Field name or column name.

In This Topic
    GetFieldCaption Method
    In This Topic
    Gets the data field name of the specified grid cell.
    Syntax
    'Declaration
     
    Function GetFieldCaption( _
       ByVal name As String _
    ) As String
    string GetFieldCaption( 
       string name
    )

    Parameters

    name
    Field name or column name.

    Return Value

    Returns data field display text if success or null.
    See Also