ListView.ColumnHeaderCollection.IList.Insert(Int32, Object) 메서드

정의

지정한 인덱스로 기존 열 머리글을 컬렉션에 삽입합니다.

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

매개 변수

index
Int32

열 머리글이 삽입되는 인덱스 위치(0부터 시작)입니다.

value
Object

컬렉션에 삽입할 ColumnHeader입니다.

구현

예외

index가 0보다 작거나 CountListView.ColumnHeaderCollection 속성 값보다 크거나 같은 경우

적용 대상