Changeset 12158 for branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4/Interfaces
- Timestamp:
- 03/09/15 10:28:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessingImprovements/HeuristicLab.DataPreprocessing/3.4/Interfaces/IDataGridContent.cs
r12012 r12158 31 31 IDictionary<int, IList<int>> Selection { get; set; } 32 32 33 void DeleteRow(IEnumerable<int> rows); 33 void DeleteRows(IEnumerable<int> rows); 34 void DeleteColumn(int column); 34 35 bool Validate(string value, out string errorMessage, int columnIndex); 35 36
Note: See TracChangeset
for help on using the changeset viewer.