Softelvdm.Controls Class Library for Windows Controls 1.0

AllowMergeFromPrevious Property, CellBaseClass Class

Softel vdm, Inc.

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

Syntax      CellBaseClass Class (Softelvdm.Controls)

VB   

Public Property AllowMergeFromPrevious As BoolOptionalEnum

C#   

public BoolOptionalEnum AllowMergeFromPrevious { get; set; }

C++   

public: property BoolOptionalEnum AllowMergeFromPrevious {
        BoolOptionalEnum get();
        void set(BoolOptionalEnum value);
}

Property Value

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

BoolOptionalEnum

Value

Description

False

0

False.

True

1

True.

Default

-1

The default value is determined by a containing object or by the environment.

The default value is BoolOptionalEnum.Default.

Comments

The AllowMergeFromPrevious property defines 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 EvaluatedAllowMergeFromPrevious property can be used to determine the actual status for this cell by 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