GridColumnStylesCollection.IList.Remove(Object) Метод
Определение
Удаляет заданный объект класса DataGridColumnStyle из объекта класса GridColumnStylesCollection.Removes the specified DataGridColumnStyle from the GridColumnStylesCollection.
virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove
Параметры
- value
- Object
Объект DataGridColumnStyle, который требуется удалить из коллекции.The DataGridColumnStyle to remove from the collection.
Реализации
Исключения
Параметр value
невозможно привести к типу DataGridColumnStyle.value
cannot be cast to a DataGridColumnStyle.