Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelFont Class / bFamily Property


In This Topic
    bFamily Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property bFamily As Byte
    'Usage
     
    
    Dim instance As ExcelFont
    Dim value As Byte
     
    instance.bFamily = value
     
    value = instance.bFamily
    public byte bFamily {get; set;}
    See Also