- Timestamp:
- 03/19/14 12:47:42 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Interfaces/IDataGridLogic.cs
r10571 r10616 29 29 int Rows { get; } 30 30 31 string GetValue(int rowIndex, int columnIndex);32 bool SetValue(string value, int rowIndex, int columnIndex);31 string GetValue(int columnIndex, int rowIndex); 32 bool SetValue(string value, int columnIndex, int rowIndex); 33 33 bool Validate(string value, out string errorMessage, int columnIndex); 34 34
Note: See TracChangeset
for help on using the changeset viewer.