Click or drag to resize
GridControlDelayFloatCells Method (Range)
Recalculates floating cells for a given range.

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

Parameters

range
Type: Stingray.GridRange
The range of cells for recalculating floating cells.
See Also