Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface / AddRowToDataSource Method
Whether to automatically fill the row with data


In This Topic
AddRowToDataSource Method (IDataManager)
In This Topic
Adds the unbound row to the data source for a sheet.
Syntax
'Declaration
 
Sub AddRowToDataSource( _
   ByVal row As Integer, _
   ByVal autoFillData As Boolean _
) 
 
'Usage
 
Dim instance As IDataManager
Dim row As Integer
Dim autoFillData As Boolean
 
instance.AddRowToDataSource(row, autoFillData)

Parameters

row
autoFillData
Whether to automatically fill the row with data
See Also