'Declaration
Public Overloads Function AddUnboundRows( _ ByVal row As Integer, _ ByVal count As Integer _ ) As ActionResult(Of Object)
'Usage
Dim instance As DataManager Dim row As Integer Dim count As Integer Dim value As ActionResult(Of Object) value = instance.AddUnboundRows(row, count)
public ActionResult<object> AddUnboundRows( int row, int count )
Parameters
- row
- Row index at which to add the new rows
- count
- Number of rows to add