Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ShowRow Method
Row index of the viewport that has this row
Row index to move
New vertical position of the row


In This Topic
ShowRow Method (FpSpread)
In This Topic
Moves a row in the specified viewport to the specified position in the component.
Syntax
'Declaration
 
Public Sub ShowRow( _
   ByVal rowViewportIndex As Integer, _
   ByVal row As Integer, _
   ByVal verticalPosition As VerticalPosition _
) 
 
'Usage
 
Dim instance As FpSpread
Dim rowViewportIndex As Integer
Dim row As Integer
Dim verticalPosition As VerticalPosition
 
instance.ShowRow(rowViewportIndex, row, verticalPosition)

Parameters

rowViewportIndex
Row index of the viewport that has this row
row
Row index to move
verticalPosition
New vertical position of the row
See Also