Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / IsUnderlineFontStyleSet Property


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