Objective Grid for Microsoft® .NET® Reference Guide

MergeCellType Enumeration

Back to Class Index

This enumeration specifies the Merge Flags for a cell.

[Visual Basic]
Public Enum MergeCellType
[C#]
public enum MergeCellType

Remarks

This enumeration represents the different options for merging cells that you can specify with the property of the Style class.

Members

Member NameDescription
Disabled Merging disabled
HorizontalAndSameValue Merge horizontally same value cells
HorizontalAndSameStyle Merge horizontally same style cells
VerticalAndSameValue Merge vertically same value cells
VerticalAndSameStyle Merge vertically same style cells
BothDirectionsAndSameValue Merge in both directions, same value cells
BothDirectionsAndSameStyle Merge in both directions, same style cells

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace