Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AreaFormat Class / fAuto Property


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