C# Class System.Windows.Forms.TableRowCollection

Show file Open project: Meragon/Unity-WinForms Class Usage Examples

Public Methods

Method 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

Method Description
ClearList ( ) : void

Method Details

Add() public method

public Add ( ) : int
return int

Add() public method

public Add ( TableRow row ) : int
row TableRow
return int

Add() public method

public Add ( int count ) : int
count int
return int

Clear() public method

public Clear ( ) : void
return void

FindIndex() public method

public FindIndex ( TableRow row ) : int
row TableRow
return int

Last() public method

public Last ( ) : TableRow
return TableRow

Remove() public method

public Remove ( TableRow row ) : void
row TableRow
return void

TableRowCollection() public method

public TableRowCollection ( TableView table ) : System
table TableView
return System

this() public method

public this ( int index ) : TableRow
index int
return TableRow