コード例 #1
0
 public void MoveRowCommand(Excel.Worksheet worksheet, string oldRange, string newRange)
 {
     worksheet.MoveRow(oldRange, newRange);
 }