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


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