'Declaration
Function SaveAs( _ ByVal stream As Stream, _ Optional ByVal fileFormat As FileFormat, _ Optional ByVal password As String, _ Optional ByVal options As ExportOptions _ ) As Boolean
'Usage
Dim instance As IWorksheet Dim stream As Stream Dim fileFormat As FileFormat Dim password As String Dim options As ExportOptions Dim value As Boolean value = instance.SaveAs(stream, fileFormat, password, options)
bool SaveAs( Stream stream, FileFormat fileFormat, string password, ExportOptions options )
Parameters
- stream
- fileFormat
- password
- options