[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AutoMergeDirection

Enum AutoMergeDirection

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Indicates the auto merge direction.

public enum AutoMergeDirection

Fields

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.