- Timestamp:
- 03/19/14 15:04:31 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/DataGridContent.cs
r10625 r10629 123 123 } 124 124 125 public bool SetValue(string value, int columnIndex, int rowIndex) {125 public bool SetValue(string value, int rowIndex, int columnIndex) { 126 126 return dataGridLogic.SetValue(value, columnIndex, rowIndex); 127 127 }
Note: See TracChangeset
for help on using the changeset viewer.