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


Open(Stream) Method
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)

Parameters

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