Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetModelColumnFromViewColumn Method
Column index in the sheet


In This Topic
    GetModelColumnFromViewColumn 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