Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetModelColumnFromViewColumn(Int32) Method
Column index in the sheet


In This Topic
GetModelColumnFromViewColumn(Int32) Method
In This Topic
Gets the column index in the data model that corresponds to the specified column index in the sheet.
Syntax
'Declaration
 
Public Overridable Function GetModelColumnFromViewColumn( _
   ByVal column As Integer _
) As Integer
 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim value As Integer
 
value = instance.GetModelColumnFromViewColumn(column)

Parameters

column
Column index in the sheet
See Also