Translates the context row number to a row index and grid control.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public bool TranslateRowContext(
	int rowNum,
	ref int rowIndex,
	ref C1FlexGrid grid
)

Parameters

rowNum
Type: System..::..Int32
rowIndex
Type: System..::..Int32%
grid
Type: C1FlexGrid%

Return Value

See Also