Click or drag to resize

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; }

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