Visual Basic (Declaration) | |
---|---|
Public Sub ShowRow( _ ByVal rowViewportIndex As Integer, _ ByVal row As Integer, _ ByVal verticalPosition As VerticalPosition _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As SpreadView Dim rowViewportIndex As Integer Dim row As Integer Dim verticalPosition As VerticalPosition instance.ShowRow(rowViewportIndex, row, verticalPosition) |
C# | |
---|---|
public void ShowRow( int rowViewportIndex, int row, VerticalPosition verticalPosition ) |
Parameters
- rowViewportIndex
- Viewport row index
- row
- Row index in that viewport
- verticalPosition
- New vertical position of row
This method scrolls the spreadsheet so that the specified row in the specified viewport appears in the specified position.
This method has no effect on the location or positioning of the active cell.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
SpreadView ClassSpreadView Members
ShowCell Method
ShowColumn Method