コード例 #1
0
ファイル: ExcelImportBase.cs プロジェクト: wsnowxue/wxx
 public void Delete(string filePath, int rowNo, string keyValue)
 {
     NPOIExcel.DeleteRow(filePath, rowNo);
     //return Scan(filePath, keyValue);
 }