MESCIUS SPREAD for ASP.NET 10.0J
OpenExcel(String,String) メソッド

開くファイルのパスと名前
内部使用のみ。
Excelファイルを開いてSpreadコンポーネントにロードします。
構文
'Declaration
 
Public Overloads Function OpenExcel( _
   ByVal fileName As String, _
   ByVal password As String _
) As Boolean
public bool OpenExcel( 
   string fileName,
   string password
)

パラメータ

fileName
開くファイルのパスと名前
password
内部使用のみ。
次のサンプルコードは、パスワードで保護されたファイルを開きます。
FpSpread1.OpenExcel("c:\\test.xls", "test");
FpSpread1.OpenExcel("c:\test.xls", "test")
参照

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

 

 


© MESCIUS inc. All rights reserved.