'Declaration Public Sub AddRowToDataSource( _ ByVal row As Integer, _ ByVal autoFillData As Boolean _ )
'Usage Dim instance As DefaultSheetDataModel 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 a row
- autoFillData
- Whether to automatically fill the row with data