InsertMoveOption Enumeration
|
Represents the options available for insert Range.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum InsertMoveOption
Public Enumeration InsertMoveOption
public enum class InsertMoveOption
Members
|
Member name
|
Value
|
Description
|
|
MoveDown
|
0
|
Move the above range down.
|
|
MoveRight
|
1
|
Move the range to right.
|
See Also