[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetDataColumnFromModelColumn

GetDataColumnFromModelColumn Method

GetDataColumnFromModelColumn(int)

Gets the data source column index for the specified column in the model.

Declaration
public int GetDataColumnFromModelColumn(int column)
Public Function GetDataColumnFromModelColumn(column As Integer) As Integer
Parameters
Type Name Description
int column

Index of the column in the model

Returns
Type Description
int
Implements