Spread Windows Forms 17
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
    public Nullable<ushort> GlobalFontListCount {get; set;}
    See Also