Click or drag to resize
GridControlSetMergeCellsMode Method
Turns on and off the calculation of merge cells in the grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public void SetMergeCellsMode(
	MergeCellsMode mergeCellsMode,
	bool redraw
)

Parameters

mergeCellsMode
Type: Stingray.GridMergeCellsMode
How cells merge is performed.
redraw
Type: SystemBoolean
true to redraw the grid, false otherwise.
Remarks
Merge cells are cells that automatically join neighboring cells when both cells have the same value or style settings.

A popular use for merge cells is the display of cross tables or other reports where the information is grouped by different categories.

See Also