Beispiel #1
0
 private XLTableRow RowShift(Int32 rowsToShift)
 {
     return(_tableRange.Row(RowNumber() + rowsToShift));
 }