[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.GetDataRow

GetDataRow Method

GetDataRow(int)

Gets the view of a specified row of data.

Declaration
public DataRowView GetDataRow(int row)
Public Function GetDataRow(row As Integer) As DataRowView
Parameters
Type Name Description
int row

Row index

Returns
Type Description
DataRowView