Softelvdm.Controls Class Library for Windows Controls 1.0

CanMergeWithPrevious Property, CellBaseClass Class

Softel vdm, Inc.

Returns whether this cell is empty and can be merged with the previous adjacent cell.

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public ReadOnly Property CanMergeWithPrevious As Boolean

C#   

public bool CanMergeWithPrevious { get; }

C++   

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

Property Value

True if this cell is empty and can be merged with the previous adjacent cell, otherwise False.

Comments

The CanMergeWithPrevious property returns whether this cell is empty and can be merged with the previous adjacent cell.

This property test whether this cell allows merging with the previous cell (EvaluatedAllowMergeFromPrevious) and whether the previous cell merges into this cell (EvaluatedMergeWithNext) and whether this cell is empty. 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.

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