Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / AddDataRows Method
Table data row index.
Number of rows to add.


In This Topic
    AddDataRows Method
    In This Topic
    Add rows into the table data area.
    Syntax
    'Declaration
     
    
    Public Sub AddDataRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As TableView
    Dim row As Integer
    Dim count As Integer
     
    instance.AddDataRows(row, count)
    public void AddDataRows( 
       int row,
       int count
    )

    Parameters

    row
    Table data row index.
    count
    Number of rows to add.
    See Also