GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IWorkbook インタフェース > SaveAs メソッド : SaveAs(String,FileFormat,String,ExportContext) メソッド |
'Declaration
Overloads Function SaveAs( _ ByVal filename As String, _ Optional ByVal fileFormat As FileFormat, _ Optional ByVal password As String, _ Optional ByVal context As ExportContext _ ) As Boolean
'使用法
Dim instance As IWorkbook Dim filename As String Dim fileFormat As FileFormat Dim password As String Dim context As ExportContext Dim value As Boolean value = instance.SaveAs(filename, fileFormat, password, context)
bool SaveAs( string filename, FileFormat fileFormat, string password, ExportContext context )