NotSupportedException: Specified method is not supported.
Уважаемые разработчики,
столкнулся с проблемой. Пытаюсь вставить колонку в стакан.
this.Trader.QuotesTable.Columns.Insert(0, DdeQuoteColumns.BetterAskVolume);
Получаю System.NotSupportedException: Specified method is not supported.
Что я делаю неправильно?