AddtionalFormatWrapper
VerticalAlignment Property
|
Gets or sets the vertical alignment of the text in the cell.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public VerticalAlignType VerticalAlignment { get; set; }
Public Property VerticalAlignment As VerticalAlignType
Get
Set
public:
virtual property VerticalAlignType VerticalAlignment {
VerticalAlignType get () sealed;
void set (VerticalAlignType value) sealed;
}
abstract VerticalAlignment : VerticalAlignType with get, set
override VerticalAlignment : VerticalAlignType with get, set
Return Value
Type:
VerticalAlignType
The vertical alignment type.
Implements
IExtendedFormat
VerticalAlignment
See Also