Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface / SetModelDataColumn Method
Index of column in the model
Name of the data source column


In This Topic
    SetModelDataColumn Method (IDataManager)
    In This Topic
    Binds a model column to a specified data source column.
    Syntax
    'Declaration
     
    
    Sub SetModelDataColumn( _
       ByVal column As Integer, _
       ByVal columnName As String _
    ) 
    'Usage
     
    
    Dim instance As IDataManager
    Dim column As Integer
    Dim columnName As String
     
    instance.SetModelDataColumn(column, columnName)
    void SetModelDataColumn( 
       int column,
       string columnName
    )

    Parameters

    column
    Index of column in the model
    columnName
    Name of the data source column
    See Also