Beispiel #1
0
 public static IRange LastRow(this IRange source)
 {
     return(source.LastCell().EntireRow);
 }
Beispiel #2
0
 public static IRange LastColumn(this IRange source)
 {
     return(source.LastCell().EntireColumn);
 }