Excel for WinRT
SaveAsync(Stream,FileFormat) Method


System.IO.Stream where the worksheet is saved.
FileFormat value that specifies the format to save the worksheet in.
Saves the worksheet into a stream.
Syntax
'Declaration
 
Public Overloads Function SaveAsync( _
   ByVal stream As System.IO.Stream, _
   ByVal format As FileFormat _
) As System.Threading.Tasks.Task
'Usage
 
Dim instance As C1XLBook
Dim stream As System.IO.Stream
Dim format As FileFormat
Dim value As System.Threading.Tasks.Task
 
value = instance.SaveAsync(stream, format)
public System.Threading.Tasks.Task SaveAsync( 
   System.IO.Stream stream,
   FileFormat format
)

Parameters

stream
System.IO.Stream where the worksheet is saved.
format
FileFormat value that specifies the format to save the worksheet in.
See Also

Reference

C1XLBook Class
C1XLBook Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback