Windows Forms DataGridView 컨트롤에서 셀, 행 및 열 프로그래밍
업데이트: 2007년 11월
이 단원에서는 셀, 행 및 열 개체와 관련된 다양한 프로그래밍 작업을 보여 주는 항목을 제공합니다.
단원 내용
방법: Windows Forms DataGridView 컨트롤에서 개별 셀에 도구 설명 추가
CellFormatting 이벤트를 처리하여 개별 셀에 다양한 도구 설명을 제공하는 방법을 설명합니다.방법: Windows Forms DataGridView 컨트롤의 셀 변경 내용에 따라 사용자 지정 작업 수행
CellValueChanged 및 CellStateChanged 이벤트를 처리하는 방법을 설명합니다.방법: Windows Forms DataGridView 컨트롤에서 밴드 조작
행과 열의 기본 형식인 DataGridViewBand 형식의 개체로 프로그래밍하는 방법을 설명합니다.방법: Windows Forms DataGridView 컨트롤에서 행 조작
DataGridViewRow 형식의 개체로 프로그래밍하는 방법을 설명합니다.방법: Windows Forms DataGridView 컨트롤에서 열 조작
DataGridViewColumn 형식의 개체로 프로그래밍하는 방법을 설명합니다.방법: Windows Forms DataGridView 컨트롤에서 이미지 열 작업
DataGridViewImageColumn 클래스로 프로그래밍하는 방법을 설명합니다.
참조
DataGridView
DataGridView 컨트롤에 대한 참조 설명서를 제공합니다.DataGridViewCell
DataGridViewCell 클래스에 대한 참조 설명서를 제공합니다.DataGridViewRow
DataGridViewRow 클래스에 대한 참조 설명서를 제공합니다.DataGridViewColumn
DataGridViewColumn 클래스에 대한 참조 설명서를 제공합니다.
관련 단원
- Windows Forms DataGridView 컨트롤의 기본 열, 행 및 셀 기능
주로 사용되는 셀, 행 및 열 속성을 설명하는 항목을 제공합니다.
참고 항목
개념
Windows Forms DataGridView 컨트롤의 열 형식