FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetDataRow Method
Row index


In This Topic
GetDataRow Method
In This Topic
Gets the view of a specified row of data.
Syntax
'Declaration
 
Public Function GetDataRow( _
   ByVal row As Integer _
) As DataRowView
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim value As DataRowView
 
value = instance.GetDataRow(row)

Parameters

row
Row index
See Also