|
|
|
|
MergeWithNextDefault Property, HeadersClass Class |
Defines the default value for the CellBaseClass.MergeWithNext property for cells in column headers, whether cells are eligible to merge with the next adjacent cell.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MergeWithNextDefault As Boolean |
C# |
public bool MergeWithNextDefault { get; set; } |
C++ |
public: property bool MergeWithNextDefault { |
Property Value
True if cells are eligible to merge with the next adjacent cell, otherwise False.
The default value is False.
Comments
The MergeWithNextDefault property defines the default value for the CellBaseClass.MergeWithNext property for cells in column headers, whether cells are eligible to merge with the next adjacent cell.
The default settings for cell merging can be defined using these properties: MergeWithNextDefault for column headers, Footers.MergeWithNextDefault for column footers and ColumnClass.MergeWithNextDefault for each column.
MergeWithNextDefault and MergeWithLowerDefault should not be set to True at the same time to avoid intersecting merged cells (vertically and horizontally).