Click or drag to resize

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; }

Return Value

Type: VerticalAlignType
The vertical alignment type.

Implements

IExtendedFormat VerticalAlignment
See Also