Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetDataColumnFromModelColumn Method
Index of the column in the model


In This Topic
    GetDataColumnFromModelColumn Method (DefaultSheetDataModel)
    In This Topic
    Gets the data source column index for the specified column in the model.
    Syntax
    'Declaration
     
    
    Public Function GetDataColumnFromModelColumn( _
       ByVal column As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim column As Integer
    Dim value As Integer
     
    value = instance.GetDataColumnFromModelColumn(column)
    public int GetDataColumnFromModelColumn( 
       int column
    )

    Parameters

    column
    Index of the column in the model
    See Also