Click or drag to resize

IFont 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
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
FontUnderlineType Underline { get; set; }

Property Value

Type: FontUnderlineType
See Also