Esempio n. 1
0
 public static IRange FirstRow(this IRange source)
 {
     return(source.FirstCell().EntireRow);
 }
Esempio n. 2
0
 public static IRange FirstColumn(this IRange source)
 {
     return(source.FirstCell().EntireColumn);
 }