FarPoint.Web.Spread 名前空間 > AlternatingRow クラス : Index プロパティ |
int i; i = FpSpread1.ActiveSheetView.AlternatingRows[0].Index; Response.Write("The index of the alternating row is " + i.ToString());
Dim i As Integer i = FpSpread1.ActiveSheetView.AlternatingRows(0).Index Response.Write("The index of the alternating row is " & i.ToString())