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


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