Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / GelFrame_Continue Class / cb Property


In This Topic
    cb Property (GelFrame_Continue)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property cb As Byte()
    'Usage
     
    
    Dim instance As GelFrame_Continue
    Dim value() As Byte
     
    instance.cb = value
     
    value = instance.cb
    public byte[] cb {get; set;}
    See Also