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


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