[]
        
(Showing Draft Content)

C1.Win.FlexGrid.IFlexDataGrid.GetFieldNameByPos

GetFieldNameByPos Method

GetFieldNameByPos(int, int)

Gets the data field name of the specified grid cell.

Declaration
string GetFieldNameByPos(int row, int col)
Function GetFieldNameByPos(row As Integer, col As Integer) As String
Parameters
Type Name Description
int row

Cell row.

int col

Cell col.

Returns
Type Description
string

Returns data field name if success or null.