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