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


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