Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / AddRow Method / AddRow(Int32) Method
Row index at which to add a new row


In This Topic
    AddRow(Int32) Method
    In This Topic
    Adds a row to the data model at the specified position.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRow( _
       ByVal row As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim row As Integer
     
    instance.AddRow(row)
    public void AddRow( 
       int row
    )

    Parameters

    row
    Row index at which to add a new row
    See Also