Spread for ASP.NET 10 Product Documentation
GetViewRowFromModelRow Method
Example 


Gets a sheet row index for the specified model row.
Overload List
OverloadDescription
GetViewRowFromModelRowGets 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())
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.