Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FrtFontList Class / cFont Property


In This Topic
    cFont Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cFont As UShort
    'Usage
     
    
    Dim instance As FrtFontList
    Dim value As UShort
     
    instance.cFont = value
     
    value = instance.cFont
    public ushort cFont {get; set;}
    See Also