Spread Windows Forms 12.0 Product Documentation
AddRowToDataSource Method (IUnboundRowSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IUnboundRowSupport Interface : AddRowToDataSource Method
Index of unbound row
Whether to automatically fill the row with data
Adds the unbound row to the data source.
Syntax
'Declaration
 
Sub AddRowToDataSource( _
   ByVal row As Integer, _
   ByVal autoFillData As Boolean _
) 
'Usage
 
Dim instance As IUnboundRowSupport
Dim row As Integer
Dim autoFillData As Boolean
 
instance.AddRowToDataSource(row, autoFillData)
void AddRowToDataSource( 
   int row,
   bool autoFillData
)

Parameters

row
Index of unbound row
autoFillData
Whether to automatically fill the row with data
See Also

Reference

IUnboundRowSupport Interface
IUnboundRowSupport Members