|
|
|
SftTreeColumn.Merge Property |
Defines whether the contents of this column can merge into the next displayed column.
Syntax
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;
|
||
C |
HRESULT object->get_Merge(VARIANT_BOOL* Boolean); |
||
Delphi |
Boolean := object.Merge : WordBool; |
||
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;
|
||
C |
HRESULT object->put_Merge(VARIANT_BOOL Boolean); |
||
Delphi |
object.Merge := Boolean : WordBool; |
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. |
Comments
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