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

            return(SetValue.Of((IEditableCell)Cell(oneBasedCellIndex)));
        }