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


開くファイルのパスとファイル名
ファイルからロードするシートのインデックス
パスワード
Excel ファイルを開き、そのファイルから(番号によって)指定したシートをこのシートにロードします。
構文
'Declaration
 
Public Overloads Function OpenExcel( _
   ByVal fileName As String, _
   ByVal excelSheetIndex As Integer, _
   ByVal password As String _
) As Boolean
'使用法
 
Dim instance As SheetView
Dim fileName As String
Dim excelSheetIndex As Integer
Dim password As String
Dim value As Boolean
 
value = instance.OpenExcel(fileName, excelSheetIndex, password)
public bool OpenExcel( 
   string fileName,
   int excelSheetIndex,
   string password
)

パラメータ

fileName
開くファイルのパスとファイル名
excelSheetIndex
ファイルからロードするシートのインデックス
password
パスワード
次のサンプルコードは、OpenExcelメソッドを使用します。
FpSpread1.Sheets[0].OpenExcel("c:\\book1.xls", 0, "Testing");
FpSpread1.Sheets(0).OpenExcel("s:\\book1.xls", 0, "Testing")
参照

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

 

 


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