Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FormatRun Class / ifnt Property


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