TryInsertRow(int, IEnumerable)
Try to insert the values at the specified row index.
Declaration Syntax
public bool TryInsertRow(int rowIndex, IEnumerable values)
Parameters
- rowIndex(int)
The row into which the data should be inserted.
- values(IEnumerable)
The row-wise values to insert.