Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OBJ_Contine Class / Bytes Property


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