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


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