Spread WinForms 15
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
See Also