Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase Class / SetModelDataColumn Method / SetModelDataColumn(Int32,String) Method
Index of column in the model
Name of the data source column


In This Topic
SetModelDataColumn(Int32,String) Method
In This Topic
Binds a model column to a specified data source column.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetModelDataColumn( _
   ByVal column As Integer, _
   ByVal columnName As String _
) 
 
'Usage
 
Dim instance As DataManagerBase
Dim column As Integer
Dim columnName As String
 
instance.SetModelDataColumn(column, columnName)

Parameters

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