Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Open Method / Open(Stream) Method
Stream from which to load the data


In This Topic
    Open(Stream) Method
    In This Topic
    Opens saved XML from a stream.
    Syntax
    'Declaration
     
    
    Public Overloads Function Open( _
       ByVal stream As Stream _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim stream As Stream
    Dim value As Boolean
     
    value = instance.Open(stream)
    public bool Open( 
       Stream stream
    )

    Parameters

    stream
    Stream from which to load the data
    Exceptions
    ExceptionDescription
    No stream specified or specified stream is null
    See Also