|
|
|
|
AllowMergeFromPreviousDefault Property, HeadersClass Class |
Defines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column headers, whether cells allow merging with cells in the previous column.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property AllowMergeFromPreviousDefault As Boolean |
C# |
public bool AllowMergeFromPreviousDefault { get; set; } |
C++ |
public: property bool AllowMergeFromPreviousDefault { |
Property Value
True if cells are eligible to be used for cell merging by the previous adjacent cell, otherwise False.
The default value is False.
Comments
The AllowMergeFromPreviousDefault property defines the default value for the CellBaseClass.AllowMergeFromPrevious property for cells in column headers, whether cells allow merging with cells in the previous column.
The default settings for cell merging can be defined using these properties: AllowMergeFromPreviousDefault for column headers, Footers.AllowMergeFromPreviousDefault for column footers and ColumnClass.AllowMergeFromPreviousDefault for each column.