Represents the options available for deleting Range.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Public Enumeration DeleteOption
public enum class DeleteOption
Members
|
Member name
|
Value
|
Description
|
|
MoveUp
|
0
|
Move the below range to above.
|
|
MoveLeft
|
1
|
Move the right range to left.
|
See Also