Click or drag to resize
GridControlCalcSumOfColWidths Method (UInt32, UInt32)
Computes the total width of the given columns.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public int CalcSumOfColWidths(
	uint fromCol,
	uint toCol
)

Parameters

fromCol
Type: SystemUInt32
The first column index.
toCol
Type: SystemUInt32
The last column index.

Return Value

Type: Int32
The total width of all columns between fromCol and toCol.
See Also