Delete(Int32,Int32) Method
In This Topic
Deletes a range of rows from an unbound grid.
Syntax
'Declaration
Public Overloads Sub Delete( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Delete(
System.int ,
System.int
)
Parameters
- index
- The starting index of the row to remove.
- count
- The number of rows to remove.
See Also