Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFOPTE Class / fBid Property


In This Topic
    fBid Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fBid As Boolean
    'Usage
     
    
    Dim instance As OfficeArtFOPTE
    Dim value As Boolean
     
    instance.fBid = value
     
    value = instance.fBid
    public bool fBid {get; set;}
    See Also