Gets or sets font underlining.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public UnderlineStyle UnderlineStyle { get; set; }
Visual Basic
Public Property UnderlineStyle As UnderlineStyle
	Get
	Set

Remarks

Default value of this property is UnderlineStyle.None.

See Also