Changeset 12158 for branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4/Implementations
- Timestamp:
- 03/09/15 10:28:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4/Implementations/DataGridContent.cs
r12012 r12158 114 114 } 115 115 116 public void DeleteRow (IEnumerable<int> rows) {116 public void DeleteRows(IEnumerable<int> rows) { 117 117 PreProcessingData.DeleteRowsWithIndices(rows); 118 118 createRowNames(); 119 } 120 121 public void DeleteColumn(int column) { 122 PreProcessingData.DeleteColumn(column); 119 123 } 120 124
Note: See TracChangeset
for help on using the changeset viewer.