Softelvdm.Controls Class Library for Windows Controls 1.0

MergeStyle Property, SoftelvdmUserControl Class

Softel vdm, Inc.

Defines the cell merging style used by cells.

Syntax      SoftelvdmUserControl Class (Softelvdm.Controls)

VB   

Public Property MergeStyle As MergeStyleEnum

C#   

public MergeStyleEnum MergeStyle { get; set; }

C++   

public: property MergeStyleEnum MergeStyle {
        MergeStyleEnum get();
        void set(MergeStyleEnum value);
}

Property Value

The merge style.

MergeStyleEnum

Value

Description

EmptyCells

0

Adjacent empty cells are used for cell merging.

SameText

1

Adjacent cells with identical Text property are used for cell merging.

The default value is MergeStyleEnum.EmptyCells.

Comments

The MergeStyle property defines the cell merging style used by cells.

SftTree/NET 2.0: The control's MergeStyle property determines whether empty cells or cells with the same cell text are candidates for cell merging for vertical cell merging. Horizontal cell merging is always based on empty cells only.

SftTabs/NET 6.0: Cell merging is not used in this product and this property has no effect.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com