Spread for ASP.NET 11 Product Documentation
GetViewRowFromModelRow Method
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetViewRowFromModelRow Method
Gets a sheet row index for the specified model row.
Overload List
OverloadDescription
Gets a sheet row index for the specified model row.  
Example
This example returns the sheet row index for a specified model row.
FarPoint.Web.Spread.SheetView sv;
sv = FpSpread1.ActiveSheetView;
int i;
i = sv.GetViewRowFromModelRow(0);
Response.Write("The index is " + i.ToString());
Dim sv As FarPoint.Web.Spread.SheetView
sv = FpSpread1.ActiveSheetView
Dim i As Integer
i = sv.GetViewRowFromModelRow(0)
Response.Write("The index is " & i.ToString())
See Also

Reference

SheetView Class
SheetView Members