Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / RemoveRows(Int32,Int32) Method
An integer value indicates the index to remove.
An integer value indicates the removed row count.


In This Topic
RemoveRows(Int32,Int32) Method
In This Topic
Removes table row(s) at the specified index.
Syntax
'Declaration
 
Public Function RemoveRows( _
   ByVal index As Integer, _
   ByVal count As Integer _
) As ActionResult(Of Table)
 
'Usage
 
Dim instance As Table
Dim index As Integer
Dim count As Integer
Dim value As ActionResult(Of Table)
 
value = instance.RemoveRows(index, count)

Parameters

index
An integer value indicates the index to remove.
count
An integer value indicates the removed row count.

Return Value

true if the removing is done successful, false otherwise.
See Also