Method | Description | |
---|---|---|
Add ( |
||
AddRow ( int rowHeight ) : |
||
AddRowAfter ( int afterRowId, int rowHeight ) : |
||
ClearAll ( ) : void | ||
GetRowAtPos ( int y ) : |
||
GetRowIter ( ) : IEnumerable |
||
InsertAfter ( |
||
MoveRowAfter ( |
||
Remove ( int rowid ) : void | ||
this ( int index ) : |
Method | Description | |
---|---|---|
GetCellIter ( |
||
GridRowCollection ( |
||
InsertAfter ( int afterRowId, |
||
OwnerInvalidateGraphicAndStartBubbleUp ( ) : void | ||
UpdateRowIndex ( |
public AddRowAfter ( int afterRowId, int rowHeight ) : |
||
afterRowId | int | |
rowHeight | int | |
return |
public InsertAfter ( |
||
afterThisRow | ||
row | ||
return | void |
public MoveRowAfter ( |
||
fromRow | ||
toRow | ||
return | void |