[]
Moves the specified cell in the specified viewport to the specified position in the component.
public void ShowCell(int rowViewportIndex, int columnViewportIndex, int row, int column, VerticalPosition verticalPosition, HorizontalPosition horizontalPosition)
Public Sub ShowCell(rowViewportIndex As Integer, columnViewportIndex As Integer, row As Integer, column As Integer, verticalPosition As VerticalPosition, horizontalPosition As HorizontalPosition)
Type | Name | Description |
---|---|---|
int | rowViewportIndex | Row index of the viewport |
int | columnViewportIndex | Column index of the viewport |
int | row | Row index of the cell |
int | column | Column index of the cell cell |
VerticalPosition | verticalPosition | New position (vertical coordinate) of the cell |
HorizontalPosition | horizontalPosition | New position (horizontal coordinate) of the cell |