Click or drag to resize
GridControlDelayFloatCells Method (Range, UInt32)
Recalculates floating cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void DelayFloatCells(
	Range range,
	uint maxCol
)

Parameters

range
Type: Stingray.GridRange
The range of cells where floating cells shall be recalculated.
maxCol
Type: SystemUInt32
If not equal to Invalid, this methods loops through all delayed ranges and checks if any range is going beyond column . If there is, the range will be cut at . The grid uses this parameter when columns have been removed.
See Also