C# 클래스 System.Windows.Forms.TableColumnCollection

파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

공개 메소드들

메소드 설명
Add ( TableColumn column ) : void
Add ( string columnName, string headerText ) : void
Clear ( ) : void
FindIndex ( TableColumn column ) : int
Last ( ) : TableColumn
Remove ( TableColumn column ) : void
TableColumnCollection ( TableView table ) : System
this ( int index ) : TableColumn

메소드 상세

Add() 공개 메소드

public Add ( TableColumn column ) : void
column TableColumn
리턴 void

Add() 공개 메소드

public Add ( string columnName, string headerText ) : void
columnName string
headerText string
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

FindIndex() 공개 메소드

public FindIndex ( TableColumn column ) : int
column TableColumn
리턴 int

Last() 공개 메소드

public Last ( ) : TableColumn
리턴 TableColumn

Remove() 공개 메소드

public Remove ( TableColumn column ) : void
column TableColumn
리턴 void

TableColumnCollection() 공개 메소드

public TableColumnCollection ( TableView table ) : System
table TableView
리턴 System

this() 공개 메소드

public this ( int index ) : TableColumn
index int
리턴 TableColumn