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