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 As Integer, _
ByVal columnViewportIndex As Integer, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As VerticalPosition, _
ByVal 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