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


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