FarPoint.Web.Spread 名前空間 > FpSpread クラス > SaveExcel メソッド : SaveExcel(String,ExcelWarningList) メソッド |
'Declaration
Public Overloads Function SaveExcel( _ ByVal fileName As String, _ ByVal warningList As ExcelWarningList _ ) As Boolean
public bool SaveExcel( string fileName, ExcelWarningList warningList )
ExcelWarningList w = new ExcelWarningList(); FpSpread1.SaveExcel("test.xls", w);
Dim w As FarPoint.Excel.ExcelWarningList FpSpread1.SaveExcel("test.xls", w)