'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