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