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할 수 없습니다.

적용 대상