Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / RemoveRows Method
An integer value indicates the index of first row to remove.


In This Topic
RemoveRows Method (SparklineStorage)
In This Topic
Removes one or more rows starting with the row at the specified position.
Syntax
'Declaration
 
Public Shadows Sub RemoveRows( _
   ByVal row As Integer, _
   ByVal rowCount As Integer _
) 
 
'Usage
 
Dim instance As SparklineStorage
Dim row As Integer
Dim rowCount As Integer
 
instance.RemoveRows(row, rowCount)

Parameters

row
An integer value indicates the index of first row to remove.
rowCount
See Also