|
|
|
CanMergeWithUpper Property, CellBaseClass Class |
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 { |
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