Exemplo n.º 1
0
 public static IRange ColumnRight(this IRange source)
 {
     return(source.LastColumn().CellRight().EntireColumn);
 }