Click or drag to resize
GridControlCalcSumOfRowHeights Method (UInt32, UInt32)
Computes the total height of the given rows.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public int CalcSumOfRowHeights(
	uint fromRow,
	uint toRow
)

Parameters

fromRow
Type: SystemUInt32
The first row index.
toRow
Type: SystemUInt32
The last row index.

Return Value

Type: Int32
The total height of the given rows.
See Also