Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / AddUnboundRows Method
Row index at which to add the new rows
Number of rows to add


In This Topic
    AddUnboundRows Method (DefaultSheetDataModel)
    In This Topic
    Adds unbound rows to the data model.
    Syntax
    'Declaration
     
    
    Public Sub AddUnboundRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
    Dim count As Integer
     
    instance.AddUnboundRows(row, count)
    public void AddUnboundRows( 
       int row,
       int count
    )

    Parameters

    row
    Row index at which to add the new rows
    count
    Number of rows to add
    See Also