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