'Declaration Public Sub SaveExcel( _ ByVal stream As System.IO.Stream, _ ByVal workbookType As ExcelFileFormat, _ ByVal saveFlags As ExcelSaveFlags, _ Optional ByVal password As System.String _ )
'Usage Dim instance As Workbook Dim stream As System.IO.Stream Dim workbookType As ExcelFileFormat Dim saveFlags As ExcelSaveFlags Dim password As System.String instance.SaveExcel(stream, workbookType, saveFlags, password)
public void SaveExcel( System.IO.Stream stream, ExcelFileFormat workbookType, ExcelSaveFlags saveFlags, System.string password )
Parameters
- stream
- The saved stream.
- workbookType
- The saved Excel format.
- saveFlags
- The save flag.
- password
- The file password.