Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/06/15 16:41:59 (8 years ago)
Author:
pfleck
Message:

#2486
Allows pasting of multiple values that extend the current data limits (rows and/or columns).
In case, additional rows and columns are added with the default value of the column's type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs

    r12676 r12983  
    383383      ClearSorting();
    384384    }
    385     private string[,] SplitClipboardString(string clipboardText) {
     385    protected string[,] SplitClipboardString(string clipboardText) {
    386386      if (clipboardText.EndsWith(Environment.NewLine))
    387387        clipboardText = clipboardText.Remove(clipboardText.Length - Environment.NewLine.Length);  //remove last newline constant
Note: See TracChangeset for help on using the changeset viewer.