Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CrtMlFrt Class / cb Property


In This Topic
    cb Property (CrtMlFrt)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cb As Integer
    'Usage
     
    
    Dim instance As CrtMlFrt
    Dim value As Integer
     
    instance.cb = value
     
    value = instance.cb
    public int cb {get; set;}
    See Also