FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / IFlexDataGrid Interface / GetFieldNameByPos Method
Cell row.
Cell col.

In This Topic
    GetFieldNameByPos Method (IFlexDataGrid)
    In This Topic
    Gets the data field name of the specified grid cell.
    Syntax
    'Declaration
     
    
    Function GetFieldNameByPos( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As String
    string GetFieldNameByPos( 
       int row,
       int col
    )

    Parameters

    row
    Cell row.
    col
    Cell col.

    Return Value

    Returns data field name if success or null.
    See Also