XlsTextBoxShape
VertOverflow Property
 | 
Gets or sets the vertical overflow behavior of the text within the shape.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public string VertOverflow { get; set; }
 
Public Property VertOverflow As String
	Get
	Set
 
public:
property String^ VertOverflow {
	String^ get ();
	void set (String^ value);
}
 
member VertOverflow : string with get, set
 
 
 
Return Value
Type:
String
A string representing the vertical overflow type.
 
See Also