Click or drag to resize
GridControlGetControlTextRowCol Method
Gets the text value stored in a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public string GetControlTextRowCol(
	uint row,
	uint col
)

Parameters

row
Type: SystemUInt32
The row index.
col
Type: SystemUInt32
The column index.

Return Value

Type: String
The value stored in the control as a string.
See Also