Changeset 1982 for trunk/sources/HeuristicLab.Visualization
- Timestamp:
- 05/31/09 20:50:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Visualization/3.2/DataRow.cs ΒΆ
r1978 r1982 56 56 //check if index is valid 57 57 if (index >= 0 && index < dataRow.Count) { 58 UpdateMinMaxValue(value); 58 59 dataRow.Insert(index, value); 59 60 OnValueChanged(value, index, Action.Added);
Note: See TracChangeset
for help on using the changeset viewer.