Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE.Property Class / ComplexData Property


In This Topic
    ComplexData Property (OfficeArtRGFOPTE.Property)
    In This Topic
    Gets the complex data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ComplexData As Byte()
    'Usage
     
    
    Dim instance As OfficeArtRGFOPTE.Property
    Dim value() As Byte
     
    value = instance.ComplexData
    public byte[] ComplexData {get;}
    See Also