GridTableStylesCollection.IList.Remove(Object) 方法

定义

删除指定的 DataGridTableStyle

 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

要从该集合中移除的 DataGridTableStyle

实现

例外

无法将 value 强制转换为 DataGridTableStyle

适用于