Spread for ASP.NET 12 Product Documentation
AddRow(Int32) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class > AddRow Method : AddRow(Int32) Method
Row index at which to add a new row
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

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members
Overload List