ColumnHeader.Index 속성
이 열에 대한 ListView 컨트롤의 ListView.ColumnHeaderCollection이 있는 위치를 가져옵니다.
네임스페이스: System.Windows.Forms
어셈블리: System.Windows.Forms(system.windows.forms.dll)
구문
‘선언
Public ReadOnly Property Index As Integer
‘사용 방법
Dim instance As ColumnHeader
Dim value As Integer
value = instance.Index
public int Index { get; }
public:
property int Index {
int get ();
}
/** @property */
public int get_Index ()
public function get Index () : int
속성 값
열 머리글을 포함하는 ListView 컨트롤의 ListView.ColumnHeaderCollection 내에 있는 해당 열 머리글의 인덱스(0부터 시작)입니다.
설명
이 속성 값이 ListView 내에 나타나는 열 머리글의 현재 위치와 반드시 일치하는 것은 아닙니다. 이러한 불일치는 AllowColumnReorder 속성이 true로 설정된 경우 런타임에 사용자가 열 머리글의 순서를 바꾸면 발생할 수 있습니다. ColumnHeader가 ListView 컨트롤에 포함되지 않으면 이 속성은 -1 값을 반환합니다.
플랫폼
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에서 지원
참고 항목
참조
ColumnHeader 클래스
ColumnHeader 멤버
System.Windows.Forms 네임스페이스
AllowColumnReorder