Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxColumn.Merge Property

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 SftBoxColumn 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 SftBoxColumn Object | Object Hierarchy


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