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; }
Public Property ResizeBehave As ResizeBehaveType
Get
Set
public:
virtual property ResizeBehaveType ResizeBehave {
ResizeBehaveType get () sealed;
void set (ResizeBehaveType value) sealed;
}
abstract ResizeBehave : ResizeBehaveType with get, set
override ResizeBehave : ResizeBehaveType with get, set
Property Value
Type:
ResizeBehaveType
Implements
IShape
ResizeBehave
See Also