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


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