'Declaration
Public Overloads Function AddUnboundRows( _ ByVal row As Integer, _ ByVal count As Integer, _ ByVal notifyUI As Boolean _ ) As ActionResult(Of Object)
'Usage
Dim instance As DataManager Dim row As Integer Dim count As Integer Dim notifyUI As Boolean Dim value As ActionResult(Of Object) value = instance.AddUnboundRows(row, count, notifyUI)
Parameters
- row
- Row index at which to add the new rows
- count
- Number of rows to add
- notifyUI
true
to notify the control; otherwise, queue the change.