Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / AddRow Method / AddRow() Method
Example


In This Topic
    AddRow() Method
    In This Topic
    Adds a row to the data model after the last row.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddRow() 
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
     
    instance.AddRow()
    public void AddRow()
    Example
    This example adds a new row to the model in the click event of a button
    See Also