GrapeCity SPREAD for Windows Forms 12.0J
SaveAs(String,FileFormat,String,ExportContext) メソッド


保存先のファイル名を示す文字列値。
ワークブックを保存するときのファイル形式を示すGrapeCity.Spreadsheet.IO.FileFormat値。
ファイルの保護パスワードを示す15文字以内の文字列(大文字と小文字は区別される)。
エクスポートコンテキストを示すGrapeCity.Spreadsheet.IO.OpenXml.ExportContextオブジェクト。
このWorkbookを指定したファイル場所に保存します。
構文
'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)

パラメータ

filename
保存先のファイル名を示す文字列値。
fileFormat
ワークブックを保存するときのファイル形式を示すGrapeCity.Spreadsheet.IO.FileFormat値。
password
ファイルの保護パスワードを示す15文字以内の文字列(大文字と小文字は区別される)。
context
エクスポートコンテキストを示すGrapeCity.Spreadsheet.IO.OpenXml.ExportContextオブジェクト。

戻り値の型

このワークブックが正常に保存された場合は<c>true</c>、それ以外の場合は<c>false</c>。
参照

IWorkbook インタフェース
IWorkbook メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.