示例#1
0
 public static IRange RowBelow(this IRange source)
 {
     return(source.LastRow().CellBelow().EntireRow);
 }