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