Пример #1
0
 public static IRange RowAbove(this IRange source)
 {
     return(source.FirstRow().CellAbove().EntireRow);
 }