Click or drag to resize
RangeExpandRange Method
Sets the range based on the top, left corner of the range, and the number of rows and columns in the range.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public void ExpandRange(
	uint firstRow,
	uint firstCol,
	uint rowCount,
	uint colCount
)

Parameters

firstRow
Type: SystemUInt32
The top coordinate of the top,left corner.
firstCol
Type: SystemUInt32
The left coordinate of the top, left corner.
rowCount
Type: SystemUInt32
The number of rows.
colCount
Type: SystemUInt32
The number of columns.
See Also