Spread Windows Forms 15.0
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
    public Stream Stream {get; set;}

    Property Value

    The stream.
    See Also