IFont
VerticalAlignment Property
|
Gets / sets font vertical alignment.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
FontVertialAlignmentType VerticalAlignment { get; set; }
Property VerticalAlignment As FontVertialAlignmentType
Get
Set
property FontVertialAlignmentType VerticalAlignment {
FontVertialAlignmentType get ();
void set (FontVertialAlignmentType value);
}
abstract VerticalAlignment : FontVertialAlignmentType with get, set
Property Value
Type:
FontVertialAlignmentType
See Also