Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OBJ Class / gmo Property


In This Topic
    gmo Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property gmo As FtGmo
    'Usage
     
    
    Dim instance As OBJ
    Dim value As FtGmo
     
    instance.gmo = value
     
    value = instance.gmo
    public FtGmo gmo {get; set;}
    See Also