IExtendedFormat
VerticalAlignment Property
|
Vertical alignment.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
VerticalAlignType VerticalAlignment { get; set; }
Property VerticalAlignment As VerticalAlignType
Get
Set
property VerticalAlignType VerticalAlignment {
VerticalAlignType get ();
void set (VerticalAlignType value);
}
abstract VerticalAlignment : VerticalAlignType with get, set
Property Value
Type:
VerticalAlignType
See Also