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


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