|
|
|
|
AllowMergeFromUpperDefault Property, RowHeadersClass Class |
Defines the CellBaseClass.AllowMergeFromUpper property default for row headers, whether cells in row headers allow merging with cells above.
Syntax RowHeadersClass 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 row headers allow merging with cells above, otherwise False.
The default value is False.
Comments
The AllowMergeFromUpperDefault property defines the CellBaseClass.AllowMergeFromUpper property default for row headers, whether cells in row headers allow merging with cells above.
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.