GrapeCity MultiRow Windows Forms Documentation
Load(Stream) Method


The file stream.
Loads a MultiRow template from a file stream.
Syntax
Public Overloads Sub Load( _
   ByVal stream As Stream _
) 
Dim instance As Template
Dim stream As Stream
 
instance.Load(stream)
public void Load( 
   Stream stream
)

Parameters

stream
The file stream.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe stream is a null reference (Nothing in Visual Basic).
Remarks
You can get a Template instance from a well-defined stream.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Template Class
Template Members
Overload List
Load(String) Method
Save(Stream) Method

 

 


Copyright © GrapeCity, inc. All rights reserved.