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