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보다 작거나 속성 값 Count 보다 크거나 같은 경우 ListView.ColumnHeaderCollection

적용 대상