Click or drag to resize

XlsFont VerticalAlignment Property

Gets or sets the vertical alignment of the font.

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

Return Value

Type: FontVertialAlignmentType
Returns the vertical alignment type of the font. It can be Superscript, Subscript, or Baseline.

Implements

IFont VerticalAlignment
See Also