Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Row Class / Add Method
Example


In This Topic
    Add Method (Row)
    In This Topic
    Adds a new row or range of rows before this row or range of rows.
    Syntax
    'Declaration
     
    
    Public Sub Add() 
    'Usage
     
    
    Dim instance As Row
     
    instance.Add()
    public void Add()
    Example
    This example adds a row to the spreadsheet after every post back.
    See Also