Overload | Description |
---|---|
GetViewRowFromModelRow | Gets a sheet row index for the specified model row. |
Overload | Description |
---|---|
GetViewRowFromModelRow | Gets a sheet row index for the 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())