AddRowToDataSource Method
AddRowToDataSource(int, bool)
Adds the unbound row to the data source.
Declaration
void AddRowToDataSource(int row, bool autoFillData)
Sub AddRowToDataSource(row As Integer, autoFillData As Boolean)
Parameters
Type |
Name |
Description |
int |
row |
Index of unbound row
|
bool |
autoFillData |
Whether to automatically fill the row with data
|