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