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 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.
See Also SftTreeColumn Object | Object Hierarchy