Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxColumn.MergeInto Property

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


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