Spread for ASP.NET 12 Product Documentation
AddRowToDataSource Method (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AddRowToDataSource Method
Row index at which to add row
Whether to automatically fill the row with data
Adds the unbound row to the data source.
Syntax
'Declaration
 
Public Sub AddRowToDataSource( _
   ByVal row As Integer, _
   ByVal autoFillData As Boolean _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim autoFillData As Boolean
 
instance.AddRowToDataSource(row, autoFillData)
public void AddRowToDataSource( 
   int row,
   bool autoFillData
)

Parameters

row
Row index at which to add row
autoFillData
Whether to automatically fill the row with data
See Also

Reference

SheetView Class
SheetView Members