C# Class System.Windows.Forms.TableRowCollection

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

Méthodes publiques

Méthode Description
Add ( ) : int
Add ( TableRow row ) : int
Add ( int count ) : int
Clear ( ) : void
FindIndex ( TableRow row ) : int
Last ( ) : TableRow
Remove ( TableRow row ) : void
TableRowCollection ( TableView table ) : System
this ( int index ) : TableRow

Private Methods

Méthode Description
ClearList ( ) : void

Method Details

Add() public méthode

public Add ( ) : int
Résultat int

Add() public méthode

public Add ( TableRow row ) : int
row TableRow
Résultat int

Add() public méthode

public Add ( int count ) : int
count int
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

FindIndex() public méthode

public FindIndex ( TableRow row ) : int
row TableRow
Résultat int

Last() public méthode

public Last ( ) : TableRow
Résultat TableRow

Remove() public méthode

public Remove ( TableRow row ) : void
row TableRow
Résultat void

TableRowCollection() public méthode

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

this() public méthode

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