IPrstGeomShape
TextVerticalAlignment Property
|
Get or set Text Vertical Alignment.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ExcelVerticalAlignment TextVerticalAlignment { get; set; }
Property TextVerticalAlignment As ExcelVerticalAlignment
Get
Set
property ExcelVerticalAlignment TextVerticalAlignment {
ExcelVerticalAlignment get ();
void set (ExcelVerticalAlignment value);
}
abstract TextVerticalAlignment : ExcelVerticalAlignment with get, set
Property Value
Type:
ExcelVerticalAlignment
See Also