Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FBI2 Class / fontIndex Property


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