Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IDataSourceSupport Interface / SetModelDataColumn Method
Model column to be bound
Data source column name of the column to which to bind


In This Topic
SetModelDataColumn Method (IDataSourceSupport)
In This Topic
Binds the model column with the data source column.
Syntax
'Declaration
 
Sub SetModelDataColumn( _
   ByVal column As Integer, _
   ByVal columnName As String _
) 
 
'Usage
 
Dim instance As IDataSourceSupport
Dim column As Integer
Dim columnName As String
 
instance.SetModelDataColumn(column, columnName)

Parameters

column
Model column to be bound
columnName
Data source column name of the column to which to bind
See Also