Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Continue Class / data Property


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