GrapeCity MultiRow Windows Forms Documentation
Save(Stream) Method


The file stream.
Saves this Template to a file stream.
Syntax
Public Overloads Sub Save( _
   ByVal stream As Stream _
) 
Dim instance As Template
Dim stream As Stream
 
instance.Save(stream)
public void Save( 
   Stream stream
)

Parameters

stream
The file stream.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe stream is a null reference (Nothing in Visual Basic).
Remarks
After you design a Template, you can save it to a 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
Save(String) Method
Load(Stream) Method

 

 


Copyright © GrapeCity, inc. All rights reserved.