コード例 #1
0
 public xlsf Insert(Excel.XlInsertShiftDirection ShiftCellType)
 {
     CurrCell.Insert(ShiftCellType);
     return(this);
 }