XlsTextBoxShape
Anchor Property
 | 
Gets or sets the vertical text alignment of the shape in terms of chart text anchor.
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 Anchor { get; set; }
 
Public Property Anchor As String
	Get
	Set
 
public:
property String^ Anchor {
	String^ get ();
	void set (String^ value);
}
 
member Anchor : string with get, set
 
 
 
Property Value
Type:
String
A string representing the vertical text alignment.
Return Value
Type:
String
The current vertical text alignment of the shape as a string.
 
See Also