Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowCell Method
Row index of the viewport
Column index of the viewport
Row index of the cell
Column index of the cell cell
New position (vertical coordinate) of the cell
New position (horizontal coordinate) of the cell


In This Topic
    ShowCell Method (FpSpread)
    In This Topic
    Moves the specified cell in the specified viewport to the specified position in the component.
    Syntax
    'Declaration
     
    
    Public Sub ShowCell( _
       ByVal rowViewportIndex As Integer, _
       ByVal columnViewportIndex As Integer, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal verticalPosition As VerticalPosition, _
       ByVal horizontalPosition As HorizontalPosition _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim rowViewportIndex As Integer
    Dim columnViewportIndex As Integer
    Dim row As Integer
    Dim column As Integer
    Dim verticalPosition As VerticalPosition
    Dim horizontalPosition As HorizontalPosition
     
    instance.ShowCell(rowViewportIndex, columnViewportIndex, row, column, verticalPosition, horizontalPosition)

    Parameters

    rowViewportIndex
    Row index of the viewport
    columnViewportIndex
    Column index of the viewport
    row
    Row index of the cell
    column
    Column index of the cell cell
    verticalPosition
    New position (vertical coordinate) of the cell
    horizontalPosition
    New position (horizontal coordinate) of the cell
    See Also