Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface / AddUnboundRows Method
Index of row in the model
Number of rows to add


In This Topic
    AddUnboundRows Method (IDataManager)
    In This Topic
    Adds unbound rows for a sheet.
    Syntax
    'Declaration
     
    
    Sub AddUnboundRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As IDataManager
    Dim row As Integer
    Dim count As Integer
     
    instance.AddUnboundRows(row, count)
    void AddUnboundRows( 
       int row,
       int count
    )

    Parameters

    row
    Index of row in the model
    count
    Number of rows to add
    See Also