Method BeginInsertAfter
| Improve this Doc View SourceBeginInsertAfter(RowPresenter)
Begins inserting new row after specified row.
Declaration
public void BeginInsertAfter(RowPresenter row = null)
Parameters
Type | Name | Description |
---|---|---|
RowPresenter | row | The specified row. If null, insert at the end. |