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


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