XlsChartDataTable
Underline Property
 | 
Returns or sets the type of underline applied to the font.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public FontUnderlineType Underline { get; set; }
 
Public Property Underline As FontUnderlineType
	Get
	Set
 
public:
virtual property FontUnderlineType Underline {
	FontUnderlineType get () sealed;
	void set (FontUnderlineType value) sealed;
}
 
abstract Underline : FontUnderlineType with get, set
override Underline : FontUnderlineType with get, set
 
 
 
Property Value
Type:
FontUnderlineType
Implements
IFont
Underline
 
See Also