Click or drag to resize
GridControlGetExpressionRowCol Method
Gets the expression stored in a given cell.

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

Parameters

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

Return Value

Type: String
The expression text of the indicated cell.
See Also