示例#1
0
 public static IRange ColumnLeft(this IRange source)
 {
     return(source.FirstColumn().CellLeft().EntireColumn);
 }