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