CommentsRange
ResizeBehave Property
|
Gets or sets the resize behavior type.
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