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