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


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