[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetModelColumnFromViewColumn

GetModelColumnFromViewColumn Method

GetModelColumnFromViewColumn(int)

Gets the column index in the data model that corresponds to the specified column index in the sheet.

Declaration
public virtual int GetModelColumnFromViewColumn(int column)
Public Overridable Function GetModelColumnFromViewColumn(column As Integer) As Integer
Parameters
Type Name Description
int column

Column index in the sheet

Returns
Type Description
int