Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FontX Class / iFont Property


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