Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Blip Class / Stream Property


In This Topic
Stream Property (Blip)
In This Topic
Gets or sets the stream of the blip.
Syntax
'Declaration
 
Public Property Stream As Stream
 
'Usage
 
Dim instance As Blip
Dim value As Stream
 
instance.Stream = value
 
value = instance.Stream

Property Value

The stream.
See Also