FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / SetViewRowIndex Method
Row index in the data model
Row index in the sheet


In This Topic
SetViewRowIndex Method
In This Topic
Sets the row index in the sheet for the specified row index in the data model.
Syntax
'Declaration
 
Public Sub SetViewRowIndex( _
   ByVal modelRowIndex As Integer, _
   ByVal value As Integer _
) 
 
'Usage
 
Dim instance As SheetView.DocumentModels
Dim modelRowIndex As Integer
Dim value As Integer
 
instance.SetViewRowIndex(modelRowIndex, value)

Parameters

modelRowIndex
Row index in the data model
value
Row index in the sheet
See Also