Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class / AddRowToDataSource Method
Row index at which to add a row
Whether to automatically fill the row with data


In This Topic
    AddRowToDataSource Method (DataManager)
    In This Topic
    Adds the unbound row to the data source.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Sub AddRowToDataSource( _
       ByVal row As Integer, _
       ByVal autoFillData As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DataManager
    Dim row As Integer
    Dim autoFillData As Boolean
     
    instance.AddRowToDataSource(row, autoFillData)
    public override 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
    See Also