Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtPioGrbit Class / fIcon Property


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