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


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