Click or drag to resize
GridControlCalcRectFromRowColEx Method (UInt32, UInt32, 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 startRow,
	uint startCol,
	uint endRow,
	uint endCol
)

Parameters

startRow
Type: SystemUInt32
The top row.
startCol
Type: SystemUInt32
The left column.
endRow
Type: SystemUInt32
The bottom row.
endCol
Type: SystemUInt32
The right 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