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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines whether the contents of the previous column can merge into this column.
Get
VB.NET | Boolean = object.MergeInto As Boolean |
VB | Boolean = object.MergeInto As Boolean |
C#.NET | bool Boolean = object.MergeInto; |
VC++ | VARIANT_BOOL Boolean = object->MergeInto; VARIANT_BOOL Boolean = object->GetMergeInto(); |
C | HRESULT object->get_MergeInto(VARIANT_BOOL* Boolean); |
Put
VB.NET | object.MergeInto = Boolean As Boolean |
VB | object.MergeInto = Boolean As Boolean |
C#.NET | bool object.MergeInto = Boolean; |
VC++ | VARIANT_BOOL object->MergeInto = Boolean; void object->PutMergeInto(VARIANT_BOOL Boolean); |
C | HRESULT object->put_MergeInto(VARIANT_BOOL Boolean); |
object
A SftTreeColumn object.
Boolean
Defines whether the contents of the previous column can merge into this column
Boolean | Description |
---|---|
True | Allows the contents of the previous column to merge into this column if the cell (or column header) in this column is empty. The previous column's Column.Merge property must be suitably defined. |
False | The contents of the previous column cannot merge into the this column. |
The MergeInto property defines whether the contents of the previous column can merge into this column.
This property applies to all cells in this column and also the column header.
See Also SftTreeColumn Object | Object Hierarchy