Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / InsertRows Method
An integer value indicates the row index at which to insert new row(s).


In This Topic
InsertRows Method (SparklineStorage)
In This Topic
Inserts row(s) to the Worksheet at the specified position.
Syntax
'Declaration
 
Public Shadows Sub InsertRows( _
   ByVal row As Integer, _
   ByVal rowCount As Integer _
) 
 
'Usage
 
Dim instance As SparklineStorage
Dim row As Integer
Dim rowCount As Integer
 
instance.InsertRows(row, rowCount)

Parameters

row
An integer value indicates the row index at which to insert new row(s).
rowCount
See Also