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


In This Topic
    SetViewColumnIndex Method
    In This Topic
    Sets the column index in the sheet for the specified column index in the data model.
    Syntax
    'Declaration
     
    
    Public Sub SetViewColumnIndex( _
       ByVal modelColumnIndex As Integer, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView.DocumentModels
    Dim modelColumnIndex As Integer
    Dim value As Integer
     
    instance.SetViewColumnIndex(modelColumnIndex, value)
    public void SetViewColumnIndex( 
       int modelColumnIndex,
       int value
    )

    Parameters

    modelColumnIndex
    Column index in the model
    value
    Column index in the sheet
    See Also