public CellValueSetter SetValueOfCell(int oneBasedRowIndex, int oneBasedColIndex) { return(SetValue.Of((IEditableCell)Row(oneBasedRowIndex).Cell(oneBasedColIndex))); }
public CellValueSetter SetValueOfCell(int oneBasedRowIndex, int oneBasedColIndex) { return(SetValue.Of(new NullableCell())); }
public CellValueSetter SetValueOfCell(int oneBasedCellIndex) { //ToDo: add parameter check (plus adequate errorhandling) return(SetValue.Of((IEditableCell)Cell(oneBasedCellIndex))); }