Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IDataSourceSupport Interface / GetDataColumnFromModelColumn Method
Model column index to be converted
Example


In This Topic
    GetDataColumnFromModelColumn Method (IDataSourceSupport)
    In This Topic
    Converts the model column index to the data source column index.
    Syntax
    'Declaration
     
    
    Function GetDataColumnFromModelColumn( _
       ByVal column As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IDataSourceSupport
    Dim column As Integer
    Dim value As Integer
     
    value = instance.GetDataColumnFromModelColumn(column)
    int GetDataColumnFromModelColumn( 
       int column
    )

    Parameters

    column
    Model column index to be converted

    Return Value

    Integer index of the column in the data source
    Example
    This example binds the model to a data set.
    See Also