[]
Sheets.AutoMerge.AutoMergeDirection
Indicates the auto merge direction.
• 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.