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