다음을 통해 공유


ListView.ColumnHeaderCollection.RemoveAt 메서드

컬렉션의 지정된 인덱스에서 열 머리글을 제거합니다.

네임스페이스: System.Windows.Forms
어셈블리: System.Windows.Forms(system.windows.forms.dll)

구문

‘선언
Public Overridable Sub RemoveAt ( _
    index As Integer _
)
‘사용 방법
Dim instance As ColumnHeaderCollection
Dim index As Integer

instance.RemoveAt(index)
public virtual void RemoveAt (
    int index
)
public:
virtual void RemoveAt (
    int index
)
public void RemoveAt (
    int index
)
public function RemoveAt (
    index : int
)

매개 변수

  • index
    제거할 열 머리글의 인덱스(0부터 시작)입니다.

예외

예외 형식 조건

ArgumentOutOfRangeException

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

설명

컬렉션에서 열 머리글을 제거하면 컬렉션의 후속 열 머리글에 대한 인덱스가 변경됩니다. 제거된 열 머리글에 대한 모든 정보가 삭제됩니다. 이 메서드를 사용하면 컬렉션에서 제거할 실제 열 머리글의 인덱스를 지정하여 컬렉션에서 특정 열 머리글을 제거할 수 있습니다. 열 머리글에 대한 인덱스를 지정하는 대신 제거할 열 머리글을 지정하려면 Remove 메서드를 사용합니다. 컬렉션에서 모든 열 머리글을 제거하려면 Clear 메서드를 사용합니다.

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

.NET Compact Framework

2.0, 1.0에서 지원

참고 항목

참조

ListView.ColumnHeaderCollection 클래스
ListView.ColumnHeaderCollection 멤버
System.Windows.Forms 네임스페이스
Remove
Clear