Click or drag to resize

XlsShape ResizeBehave Property

Specifies all possible settings for how drawing object shall be resized when the rows and columns between its start and ending anchor are resized or inserted(ComboBoxShape and CheckBoxShape and RadioButtonShape set MoveAndResize type value is invalid)

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ResizeBehaveType ResizeBehave { get; set; }

Property Value

Type: ResizeBehaveType

Implements

IShape ResizeBehave
See Also