Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MergeInto Property, SftTreeColumn Object

Defines whether the contents of the previous column can merge into this column.

Syntax

Get

VB.NETBoolean = object.MergeInto As Boolean
VBBoolean = object.MergeInto As Boolean
C#.NETbool Boolean = object.MergeInto;
VC++VARIANT_BOOL Boolean = object->MergeInto;
VARIANT_BOOL Boolean = object->GetMergeInto();
CHRESULT object->get_MergeInto(VARIANT_BOOL* Boolean);

Put

VB.NETobject.MergeInto = Boolean As Boolean
VBobject.MergeInto = Boolean As Boolean
C#.NETbool object.MergeInto = Boolean;
VC++VARIANT_BOOL object->MergeInto = Boolean;
void object->PutMergeInto(VARIANT_BOOL Boolean);
CHRESULT object->put_MergeInto(VARIANT_BOOL Boolean);

object

A SftTreeColumn object.

Boolean

Defines whether the contents of the previous column can merge into this column

BooleanDescription
TrueAllows 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.
FalseThe 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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.