Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxcExt Class / fAutoMin Property


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