Spread for ASP.NET 12 Product Documentation
AddUnboundRows Method (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : AddUnboundRows Method
Row index at which to add the new rows
Number of rows to add
Adds unbound rows to the data model.
Syntax
'Declaration
 
Public Sub AddUnboundRows( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim count As Integer
 
instance.AddUnboundRows(row, count)
public void AddUnboundRows( 
   int row,
   int count
)

Parameters

row
Row index at which to add the new rows
count
Number of rows to add
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members