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)
public virtual int GetModelColumnFromViewColumn(
int column
)
Parameters
- column
- Column index in the sheet
See Also