Click or drag to resize
GridControlCalcRectFromRowColEx Method (UInt32, UInt32)
Computes the window-area for the given range of cells.

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

Parameters

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

Return Value

Type: Rectangle
The window-area for the given range of cells including covered cells. The window area is enlarged. All covered cells in the range will fit into the area.
See Also