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