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


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