Spread Windows Forms 6.0 Product Documentation
ShowRow Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : ShowRow Method


rowViewportIndex
Viewport row index
row
Row index in that viewport
verticalPosition
New vertical position of row

Glossary Item Box

Moves a row in the specified viewport to the specified position.

Syntax

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

Remarks

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.

Requirements

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

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.