Softelvdm.Controls Class Library for Windows Controls 1.0

CanMergeWithUpper Property, CellBaseClass Class

Softel vdm, Inc.

Returns whether this cell is empty or has the same cell text and can be merged with the cell above.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Property CanMergeWithUpper As Boolean

C#   

public bool CanMergeWithUpper { get; }

C++   

public: property bool CanMergeWithUpper {
        bool get();
}

Property Value

True if this cell is empty or has the same cell text and can be merged with the cell above, otherwise False.

Comments

The CanMergeWithUpper property returns whether this cell is empty or has the same cell text and can be merged with the cell above.

This property test whether this cell allows merging with the cell above (EvaluatedAllowMergeFromUpper) and whether the upper cell merges into this cell (EvaluatedMergeWithLower) and whether this cell is empty or has the same cell text. If all tests are satisfied, this method returns True indicating the this cell is part of a merged cell and is a subordinate cell. Otherwise, this is a main cell and the property returns False.

The control's MergeStyle property determines whether empty cells or cells with the same cell text are candidates for cell merging.

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