Click or drag to resize

XlsFont Underline Property

Gets or sets the underline style 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 FontUnderlineType Underline { get; set; }

Property Value

Type: FontUnderlineType
A Spire.Xls.FontUnderlineType value that represents the underline style of the font.

Return Value

Type: FontUnderlineType
The current underline style of the font.

Implements

IFont Underline
See Also