C# Class System.Windows.Forms.TableColumnCollection

Afficher le fichier Open project: Meragon/Unity-WinForms Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( TableColumn column ) : void
column TableColumn
Résultat void

Add() public méthode

public Add ( string columnName, string headerText ) : void
columnName string
headerText string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

FindIndex() public méthode

public FindIndex ( TableColumn column ) : int
column TableColumn
Résultat int

Last() public méthode

public Last ( ) : TableColumn
Résultat TableColumn

Remove() public méthode

public Remove ( TableColumn column ) : void
column TableColumn
Résultat void

TableColumnCollection() public méthode

public TableColumnCollection ( TableView table ) : System
table TableView
Résultat System

this() public méthode

public this ( int index ) : TableColumn
index int
Résultat TableColumn