Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / AxcExt Class / fAutoMax Property


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