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