GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Workbook クラス > SaveAs メソッド : SaveAs(String,FileFormat,String,ExportContext) メソッド |
'Declaration
Public Overloads Function SaveAs( _ ByVal filename As String, _ Optional ByVal fileFormat As FileFormat, _ Optional ByVal password As String, _ Optional ByVal context As ExportContext _ ) As Boolean
public bool SaveAs( string filename, FileFormat fileFormat, string password, ExportContext context )
true
、それ以外の場合はfalse
。