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


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