Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SerAuxErrBar Class / fTeeTop Property


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