Click or drag to resize

FontArrayWrapper Underline Property

Returns or sets the type of underline applied to the font. Can be one of the following FontUnderlineTypeStyle constants. Read/write FontUnderlineType.

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

Property Value

Type: FontUnderlineType

Implements

IFont Underline
See Also