Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManagerBase Class / GetDataSourceColumn Method
Index of the column in the model


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

    Parameters

    column
    Index of the column in the model
    See Also