C# Class LayoutFarm.UI.GridTable.GridRowCollection

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Add ( GridRow row ) : void
AddRow ( int rowHeight ) : GridRow
AddRowAfter ( int afterRowId, int rowHeight ) : GridRow
ClearAll ( ) : void
GetRowAtPos ( int y ) : GridRow
GetRowIter ( ) : IEnumerable
InsertAfter ( GridRow afterThisRow, GridRow row ) : void
MoveRowAfter ( GridRow fromRow, GridRow toRow ) : void
Remove ( int rowid ) : void
this ( int index ) : GridRow

Private Methods

Méthode Description
GetCellIter ( GridRow rowdef ) : IEnumerable
GridRowCollection ( GridTable table ) : System
InsertAfter ( int afterRowId, GridRow row ) : void
OwnerInvalidateGraphicAndStartBubbleUp ( ) : void
UpdateRowIndex ( GridRow row1, GridRow row2 ) : void

Method Details

Add() public méthode

public Add ( GridRow row ) : void
row GridRow
Résultat void

AddRow() public méthode

public AddRow ( int rowHeight ) : GridRow
rowHeight int
Résultat GridRow

AddRowAfter() public méthode

public AddRowAfter ( int afterRowId, int rowHeight ) : GridRow
afterRowId int
rowHeight int
Résultat GridRow

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

GetRowAtPos() public méthode

public GetRowAtPos ( int y ) : GridRow
y int
Résultat GridRow

GetRowIter() public méthode

public GetRowIter ( ) : IEnumerable
Résultat IEnumerable

InsertAfter() public méthode

public InsertAfter ( GridRow afterThisRow, GridRow row ) : void
afterThisRow GridRow
row GridRow
Résultat void

MoveRowAfter() public méthode

public MoveRowAfter ( GridRow fromRow, GridRow toRow ) : void
fromRow GridRow
toRow GridRow
Résultat void

Remove() public méthode

public Remove ( int rowid ) : void
rowid int
Résultat void

this() public méthode

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