Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OBJ Class / rbo Property


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