[]
Moves a row in the specified viewport to the specified position.
public void ShowRow(int rowViewportIndex, int row, VerticalPosition verticalPosition)
Public Sub ShowRow(rowViewportIndex As Integer, row As Integer, verticalPosition As VerticalPosition)
| Type | Name | Description |
|---|---|---|
| int | rowViewportIndex | Viewport row index |
| int | row | Row index in that viewport |
| VerticalPosition | verticalPosition | New vertical position of row |