Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SaveExcel Method / SaveExcel(Stream,ExcelWarningList) Method
The stream to save to
List of Excel warnings


SaveExcel(Stream,ExcelWarningList) Method
Saves the content of the Spread component to the specified stream with a list of warnings.
Syntax
'Declaration
 
Public Overloads Function SaveExcel( _
   ByVal stream As Stream, _
   ByVal warningList As ExcelWarningList _
) As Boolean
 
'Usage
 
Dim instance As FpSpread
Dim stream As Stream
Dim warningList As ExcelWarningList
Dim value As Boolean
 
value = instance.SaveExcel(stream, warningList)

Parameters

stream
The stream to save to
warningList
List of Excel warnings
Exceptions
ExceptionDescription
No stream specified or specified stream is null
See Also