Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AddUnboundRows Method
Row index at which to start adding rows
Number of rows to add


In This Topic
AddUnboundRows Method (SheetView)
In This Topic
Adds unbound rows to the data model for a sheet.
Syntax
'Declaration
 
Public Sub AddUnboundRows( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim count As Integer
 
instance.AddUnboundRows(row, count)

Parameters

row
Row index at which to start adding rows
count
Number of rows to add
See Also