Click or drag to resize

XlsFont IsSubscript Property

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

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

Property Value

Type: Boolean
true if the font is subscript; otherwise, false .

Return Value

Type: Boolean
A boolean value representing whether the font is subscript.

Implements

IFont IsSubscript
See Also