[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.AutoMergeDirection

AutoMergeDirection Enum

Indicates the auto merge direction.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum AutoMergeDirection
Public Enum AutoMergeDirection

Fields

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.