Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Picf Class / fTopBottom Property


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