Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IMedia Interface / Data Property


In This Topic
    Data Property (IMedia)
    In This Topic
    Gets the data of embedded resource.
    Syntax
    'Declaration
     
    
    ReadOnly Property Data As Stream
    'Usage
     
    
    Dim instance As IMedia
    Dim value As Stream
     
    value = instance.Data
    Stream Data {get;}
    See Also