Click or drag to resize

DeleteOption Enumeration

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 enum DeleteOption
Members
Member name Value Description
MoveUp 0 Move the below range to above.
MoveLeft 1 Move the right range to left.
See Also