|
|
|
MergeStyle Property, SoftelvdmUserControl Class |
Defines the cell merging style used by cells.
Syntax SoftelvdmUserControl Class (Softelvdm.Controls)
VB |
Public Property MergeStyle As MergeStyleEnum |
C# |
public MergeStyleEnum MergeStyle { get; set; } |
C++ |
public: property MergeStyleEnum MergeStyle { |
Property Value
The merge style.
Value |
Description |
|
0 | Adjacent empty cells are used for cell merging. | |
1 | Adjacent cells with identical Text property are used for cell merging. |
The default value is MergeStyleEnum.EmptyCells.
Comments
The MergeStyle property defines the cell merging style used by cells.
SftTree/NET 2.0: The control's MergeStyle property determines whether empty cells or cells with the same cell text are candidates for cell merging for vertical cell merging. Horizontal cell merging is always based on empty cells only.
SftTabs/NET 6.0: Cell merging is not used in this product and this property has no effect.
Version Information
Supported in version 1.0.
Products Table