Click or drag to resize

XlsFont IsSuperscript Property

Gets or sets a value indicating whether the font is superscript.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsSuperscript { get; set; }

Return Value

Type: Boolean
True if the font is superscript; otherwise, false.

Implements

IFont IsSuperscript
See Also