|
|
|
EvaluatedMergeWithLower Property, CellBaseClass Class |
Returns whether this cell is eligible to merge with the cell below.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public ReadOnly Property EvaluatedMergeWithLower As Boolean |
C# |
public bool EvaluatedMergeWithLower { get; } |
C++ |
public: property bool EvaluatedMergeWithLower { |
Property Value
True if this cell is eligible to merge with the cell below, otherwise False.
Comments
The EvaluatedMergeWithLower property returns whether this cell is eligible to merge with the cell below.
For cell merging to take effect, this cell must have its EvaluatedMergeWithLower property set to True. The merged cell (the cell below) must have its property EvaluatedAllowMergeFromUpper set to True to indicate that it is a candidate for cell merging. In addition, all cells involved in cell merging must must either have the same cell text or all subordinate cells must be empty.
SftTree/NET 2.0: The default settings for cell merging can be defined using these properties: Headers.MergeWithLowerDefault for column headers, Footers.MergeWithLowerDefault for column footers and ColumnClass.MergeWithLowerDefault for each column.
The MergeWithLower property can be used to define the status for this cell without evaluating the default settings.
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