Click or drag to resize

ResizeBehaveType Enumeration

Represents The ResizeBehave mode.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ResizeBehaveType
Members
Member name Value Description
FreeFloating 0 Don't move or resize with underlying rows/columns.
MoveNotResize 1 Move with cells but do not resize.
MoveAndResize 2 Move and resize with anchor cells.
See Also