|
|
|
|
AllowMergeFromUpperDefault Property, ColumnClass Class |
Defines the CellBaseClass.AllowMergeFromUpper property default for cells in this column, whether cells in this column allow merging with cells above, in the same column.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public Property AllowMergeFromUpperDefault As Boolean |
C# |
public bool AllowMergeFromUpperDefault { get; set; } |
C++ |
public: property bool AllowMergeFromUpperDefault { |
Property Value
True if cells in this column allow merging with cells above, in the same column, otherwise False.
The default value is False.
Comments
The AllowMergeFromUpperDefault property defines the CellBaseClass.AllowMergeFromUpper property default for cells in this column, whether cells in this column allow merging with cells above, in the same column.
The default settings for cell merging can be defined using these properties: ColumnClass.AllowMergeFromUpperDefault is used for cells in the item area, RowHeaders.AllowMergeFromUpperDefault for row headers, Headers.AllowMergeFromUpperDefault for cells in column headers and Footers.AllowMergeFromUpperDefault for cells in column footers.