SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines whether the contents of this column can merge into the next displayed column.
Get
| VB.NET | Boolean = object.Merge As Boolean |
| VB | Boolean = object.Merge As Boolean |
| C#.NET | bool Boolean = object.Merge; |
| VC++ | VARIANT_BOOL Boolean = object->Merge; VARIANT_BOOL Boolean = object->GetMerge(); |
| C | HRESULT object->get_Merge(VARIANT_BOOL* Boolean); |
Put
| VB.NET | object.Merge = Boolean As Boolean |
| VB | object.Merge = Boolean As Boolean |
| C#.NET | bool object.Merge = Boolean; |
| VC++ | VARIANT_BOOL object->Merge = Boolean; void object->PutMerge(VARIANT_BOOL Boolean); |
| C | HRESULT object->put_Merge(VARIANT_BOOL Boolean); |
object
A SftTreeColumn object.
Boolean
Defines whether the contents of this column can merge into the next displayed column.
| Boolean | Description |
|---|---|
| True | Allows the contents of this column to merge into the next displayed column if the contents of the next cell (or column header) are empty and the next column allows being merged into (see Column.MergeInto). |
| False | The contents of this column do not merge into the next column. |
The Merge property defines whether the contents of this column can merge into the next displayed column.
This property applies to all cells in this column and also the column header.
EndProperty
BeginProperty Column(0) {9EBAA938-293D-44FA-9989-08F078763A1F}
BackColor = -1
CellHAlign = 0
CellMultiline = 1
CellVAlign = 0
CellWordWrap = 1
ForeColor = -1
Merge = 1
MergeInto = 1
MinWidth = 50
SelectBackColor = -1
SelectForeColor = -1
ToolTip = 1
Object.Width = 100
RealPos = 0See Also SftTreeColumn Object | Object Hierarchy
