Spread for ASP.NET 12 Product Documentation
GetDataRow Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : GetDataRow Method
Row index
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

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members