[]
        
(Showing Draft Content)

GC.Spread.Sheets.AllowDragHeaderToMove

Enumeration: AllowDragHeaderToMove

Spread.Sheets.AllowDragHeaderToMove

Specifies how to allow drag header to move.

Table of contents

Enumeration members

Enumeration members

both

both = 3

Specifies that both column and row header allow to move.


column

column = 1

Specifies that only the column header allow to move.


none

none = 0

Specifies that no drag header to move allowed.


row

row = 2

Specifies that only the row header allow to move.