Spread Windows Forms 17
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)
    public DataRowView GetDataRow( 
       int row
    )

    Parameters

    row
    Row index
    See Also