Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / RemoveDataRows Method
Table data row index.
Number of data rows to remove


In This Topic
RemoveDataRows Method
In This Topic
Removes rows from the table data area.
Syntax
'Declaration
 
Public Sub RemoveDataRows( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As TableView
Dim row As Integer
Dim count As Integer
 
instance.RemoveDataRows(row, count)

Parameters

row
Table data row index.
count
Number of data rows to remove
See Also