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


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