public RangeReference ReplaceRow(string row) { Guards.NotNull(row, "row cannot be null"); Row = row; return(rangeReference); }
public RangeReference ReplaceCol(string col) { Guards.NotNull(col, "col cannot be null"); Col = col; return(rangeReference); }