public bool OpenExcel( string fileName, string excelSheetName, string password )
'Declaration Public Overloads Function OpenExcel( _ ByVal fileName As String, _ ByVal excelSheetName As String, _ ByVal password As String _ ) As Boolean
'使用法 Dim instance As SheetView Dim fileName As String Dim excelSheetName As String Dim password As String Dim value As Boolean value = instance.OpenExcel(fileName, excelSheetName, password)
FpSpread1.Sheets[0].OpenExcel("c:\\book1.xls", "Sheet1", "Testing");
FpSpread1.Sheets(0).OpenExcel("s:\\book1.xls", "Sheet1", "Testing")
SheetView クラス SheetView メンバ オーバーロード一覧
© 2004-2015, GrapeCity inc. All rights reserved.