Parameters
- row
- Row index.
- col
- Column index.
- img
- Returns the image in the cell.
- chk
- Returns the checkbox value in the cell.
Return Value
A string containing the data displayed in the given grid cell.
This method provides a way to retrieve all the data that is displayed in a cell with a single call.
The image returned in the img parameter may be an image assigned to the cell using the C1FlexGridBase.SetCellImage method, a mapped value obtained through an ImageMap, or an image stored as cell data (when the cell's RowCol.DataType is set to Image).
The CheckEnum value returned in the chk parameter is the value returned by the C1FlexGridBase.GetCellCheck method.