[]
Indicates the auto merge direction.
public enum AutoMergeDirection
Column = 1
Indicates to apply the auto merge in column direction.
ColumnRow = 3
Indicates to apply the auto merge in column direction preferentially then in row direction.
None = 0
Indicates to cancel the auto merge.
Row = 2
Indicates to apply the auto merge in row direction.
RowColumn = 4
Indicates to apply the auto merge in row direction preferentially then in column direction.