PowerTools SPREAD for Windows Forms 8.0J
OpenExcel(String,String) メソッド


ファイルのパスと名前
ファイルのパスワード
Excel互換ファイルを開き、SPREADにロードします。
構文
'Declaration
 
Public Overloads Function OpenExcel( _
   ByVal fileName As String, _
   ByVal password As String _
) As Boolean
'使用法
 
Dim instance As FpSpread
Dim fileName As String
Dim password As String
Dim value As Boolean
 
value = instance.OpenExcel(fileName, password)
public bool OpenExcel( 
   string fileName,
   string password
)

パラメータ

fileName
ファイルのパスと名前
password
ファイルのパスワード
例外
例外説明
System.IO.FileNotFoundException指定されたファイルが見つかりません。
System.ArgumentNullExceptionファイル名が指定されていません(または指定されたファイル名がNull)。
System.ArgumentExceptionファイル名が指定されていません(または指定されたファイル名が空)。
次のサンプルコードは、OpenExcelメソッドを使用します。
string f;
f = "D:\\formula1.xls";
fpSpread1.OpenExcel(f, "test");
Dim f As String 
f = "D:\formula1.xls"
FpSpread1.OpenExcel(f, "test")
参照

FpSpread クラス
FpSpread メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.