Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / UndefinedBiff8Structure Class / Bytes Property


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