Click or drag to resize

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
Members
Member name Value Description
MoveDown 0 Move the above range down.
MoveRight 1 Move the range to right.
See Also