Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FontX Class / GlobalFontListCount Property


In This Topic
GlobalFontListCount Property
In This Topic
Syntax
'Declaration
 
Public Property GlobalFontListCount As Nullable(Of UShort)
 
'Usage
 
Dim instance As FontX
Dim value As Nullable(Of UShort)
 
instance.GlobalFontListCount = value
 
value = instance.GlobalFontListCount
See Also