[]
Gets the data field name of the specified grid cell.
string GetFieldNameByPos(int row, int col)
| Type | Name | Description |
|---|---|---|
| int | row | Cell row. |
| int | col | Cell col. |
| Type | Description |
|---|---|
| string | Returns data field name if success or null. |