XlsTextBoxShape
IsTextWrapped Property
 | 
Gets or sets a value indicating whether the text within the shape is wrapped.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool IsTextWrapped { get; set; }
 
Public Property IsTextWrapped As Boolean
	Get
	Set
 
public:
property bool IsTextWrapped {
	bool get ();
	void set (bool value);
}
 
member IsTextWrapped : bool with get, set
 
 
 
Property Value
Type:
Boolean
 
See Also