[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.IFlexDataGrid.GetFieldNameByPos

GetFieldNameByPos Method

GetFieldNameByPos(int, int)

Gets the data field name of the specified grid cell.

Declaration
string GetFieldNameByPos(int row, int col)
Parameters
Type Name Description
int row

Cell row.

int col

Cell col.

Returns
Type Description
string

Returns data field name if success or null.