XlsShape
TextVerticalAlignment Property
|
Get or set Text Vertical Alignment in 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 ExcelVerticalAlignment TextVerticalAlignment { get; set; }
Public Property TextVerticalAlignment As ExcelVerticalAlignment
Get
Set
public:
virtual property ExcelVerticalAlignment TextVerticalAlignment {
ExcelVerticalAlignment get () sealed;
void set (ExcelVerticalAlignment value) sealed;
}
abstract TextVerticalAlignment : ExcelVerticalAlignment with get, set
override TextVerticalAlignment : ExcelVerticalAlignment with get, set
Property Value
Type:
ExcelVerticalAlignment
See Also