[]
Indicates the auto merge direction.
public enum AutoMergeDirection
Public Enum AutoMergeDirection
| Name | Description |
|---|---|
| Column | Indicates to apply the auto merge in column direction. |
| ColumnRow | Indicates to apply the auto merge in column direction preferentially then in row direction. |
| None | Indicates to cancel the auto merge. |
| Row | Indicates to apply the auto merge in row direction. |
| RowColumn | Indicates to apply the auto merge in row direction preferentially then in column direction. |