'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)
public bool SaveExcel( Stream stream, ExcelWarningList warningList )
Parameters
- stream
- The stream to save to
- warningList
- List of Excel warnings
Return Value
Boolean: true if successful; false otherwise