Click or drag to resize
GridControlDelayMergeCells Method (Range, UInt32, UInt32)
Recalculates merge cells.

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

Parameters

range
Type: Stingray.GridRange
Range of merge cells to recalculate.
maxRow
Type: SystemUInt32
If not equal to Invalid, this method loops through all delayed ranges and checks for any range going beyond row maxRow. If yes, the range is cut at maxRow.
maxCol
Type: SystemUInt32
If not equal to Invalid, this method loops through all delayed ranges and checks for any range going beyond column maxCol. If yes, the range is cut at maxCol.
See Also