Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Merge Property, SftTreeColumn Object

Defines whether the contents of this column can merge into the next displayed column.

Syntax

Get

VB.NETBoolean = object.Merge As Boolean
VBBoolean = object.Merge As Boolean
C#.NETbool Boolean = object.Merge;
VC++VARIANT_BOOL Boolean = object->Merge;
VARIANT_BOOL Boolean = object->GetMerge();
CHRESULT object->get_Merge(VARIANT_BOOL* Boolean);

Put

VB.NETobject.Merge = Boolean As Boolean
VBobject.Merge = Boolean As Boolean
C#.NETbool object.Merge = Boolean;
VC++VARIANT_BOOL object->Merge = Boolean;
void object->PutMerge(VARIANT_BOOL Boolean);
CHRESULT 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.

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


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.