IShape
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
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ResizeBehaveType ResizeBehave { get; set; }
Property ResizeBehave As ResizeBehaveType
Get
Set
property ResizeBehaveType ResizeBehave {
ResizeBehaveType get ();
void set (ResizeBehaveType value);
}
abstract ResizeBehave : ResizeBehaveType with get, set
Property Value
Type:
ResizeBehaveType
See Also