GetModelColumnFromViewColumn Method
In This Topic
Gets the index in the model for the specified column.
Syntax
'Declaration
Public 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 int GetModelColumnFromViewColumn(
int column
)
Parameters
- column
- Column index
Return Value
Integer column index for the original model corresponding to the specified sheet column
Example
This example returns the index for the specified column.
See Also