Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / Open Method / Open(Stream) Method
Stream from which to load
Example


In This Topic
    Open(Stream) Method
    In This Topic
    Opens a saved Spread XML file and loads it into the Spread component 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

    Return Value

    true if successful; false otherwise
    Remarks
    This method opens a source of Spread-compatible XML (Extensible Markup Language) from a stream.
    Example
    See Also