[]
        
(Showing Draft Content)

GC.Spread.Sheets.AutoMerge.AutoMergeDirection

Enumeration: AutoMergeDirection

Sheets.AutoMerge.AutoMergeDirection

Indicates the auto merge direction.

Table of contents

Enumeration members

Enumeration members

column

column = 1

Indicates to apply the auto merge in column direction.


columnRow

columnRow = 3

Indicates to apply the auto merge in column direction preferentially then in row direction.


none

none = 0

Indicates to cancel the auto merge.


row

row = 2

Indicates to apply the auto merge in row direction.


rowColumn

rowColumn = 4

Indicates to apply the auto merge in row direction preferentially then in column direction.