public bool OpenExcel( string fileName, ExcelWarningList warningList )
'Declaration Public Overloads Function OpenExcel( _ ByVal fileName As String, _ ByVal warningList As ExcelWarningList _ ) As Boolean
'Declaration
Public Overloads Function OpenExcel( _ ByVal fileName As String, _ ByVal warningList As ExcelWarningList _ ) As Boolean
ExcelWarningList w = New ExcelWarningList(); FpSpread1.OpenExcel("test.xls",w);
Dim w As FarPoint.Excel.ExcelWarningList FpSpread1.OpenExcel("test.xls",w)
FpSpread クラス FpSpread メンバ オーバーロード一覧
Excel 形式ファイルへの保存
Microsoft Excel
© MESCIUS inc. All rights reserved.