Click or drag to resize
MergeCellType Enumeration
The merge types for a cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum MergeCellType
Members
  Member nameValueDescription
Disabled0 Merging disabled
HorizontalAndSameValue5 Merge horizontally same value cells
HorizontalAndSameStyle1 Merge horizontally same style cells
VerticalAndSameValue6 Merge vertically same value cells
VerticalAndSameStyle2 Merge vertically same style cells
BothDirectionsAndSameValue7 Merge in both directions, same value cells
BothDirectionsAndSameStyle3 Merge in both directions, same style cells
Remarks
This enumeration represents the different options for merging cells that you can specify with the property MergeCell of the Style class.
See Also