Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelSupportFontStyle Interface / IsUnderlineFontStyleSet Property


In This Topic
IsUnderlineFontStyleSet Property (IExcelSupportFontStyle)
In This Topic
Indicates if underline font style is set
Syntax
'Declaration
 
Property IsUnderlineFontStyleSet As Boolean
 
'Usage
 
Dim instance As IExcelSupportFontStyle
Dim value As Boolean
 
instance.IsUnderlineFontStyleSet = value
 
value = instance.IsUnderlineFontStyleSet
See Also