Softelvdm.Controls Class Library for Windows Controls 1.0

EvaluatedAllowMergeFromPrevious Property, CellBaseClass Class

Softel vdm, Inc.

Returns whether this cell is eligible to be used for cell merging by the previous adjacent cell.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Property EvaluatedAllowMergeFromPrevious As Boolean

C#   

public bool EvaluatedAllowMergeFromPrevious { get; }

C++   

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

Property Value

True if this cell is eligible to be used for cell merging by the preceding adjacent cell, otherwise False.

Comments

The EvaluatedAllowMergeFromPrevious property returns whether this cell is eligible to be used for cell merging by the previous adjacent cell.

For cell merging to take effect, the previous adjacent cell merging into this cell must have its EvaluatedMergeWithNext property set to True. The merged cell (this cell) must have its property EvaluatedAllowMergeFromPrevious set to True to indicate that it is a candidate for cell merging. In addition, all subordinate cells must be empty.

SftTree/NET 2.0: The default settings for cell merging can be defined using these properties: Headers.AllowMergeFromPreviousDefault for column headers, Footers.AllowMergeFromPreviousDefault for column footers and ColumnClass.AllowMergeFromPreviousDefault for each column.

The AllowMergeFromPrevious 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


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