SpreadsheetGear 2012
CreateStream Method






Syntax
'Declaration
 
Function CreateStream() As System.IO.Stream
'Usage
 
Dim instance As IPackagePart
Dim value As System.IO.Stream
 
value = instance.CreateStream()
System.IO.Stream CreateStream()
function CreateStream(): System.IO.Stream; 
function CreateStream() : System.IO.Stream;
System.IO.Stream* CreateStream(); 
System.IO.Stream^ CreateStream(); 
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

IPackagePart Interface
IPackagePart Members

Send Feedback