In This Topic
Add rows into the table data area.
Syntax
'Declaration
Public Sub AddDataRows( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As TableView
Dim row As Integer
Dim count As Integer
instance.AddDataRows(row, count)
public void AddDataRows(
int ,
int
)
Parameters
- row
- Table data row index.
- count
- Number of rows to add.
See Also