'Declaration Public Overloads Function OpenExcel( _ ByVal fileName As String, _ ByVal password As String _ ) As Boolean
'Declaration
Public Overloads Function OpenExcel( _ ByVal fileName As String, _ ByVal password As String _ ) As Boolean
public bool OpenExcel( string fileName, string password )
FpSpread1.OpenExcel("c:\\test.xls", "test");
FpSpread1.OpenExcel("c:\test.xls", "test")
FpSpread クラス FpSpread メンバ オーバーロード一覧
© 2003-2015, GrapeCity inc. All rights reserved.