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


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