TextBoxShapeBase
IsWrapText Property
|
Gets or sets a value indicating whether the text should be wrapped within the bounds of the control.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsWrapText { get; set; }
Property IsWrapText As Boolean
Get
Set
property bool IsWrapText {
bool get ();
void set (bool value);
}
abstract IsWrapText : bool with get, set
Property Value
Type:
Boolean
See Also