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


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