FarPoint.Web.Spread 名前空間 > Cell クラス : GetHashCode メソッド |
in ti;
i = FpSpread1.ActiveSheetView.Cells[0, 0].GetHashCode();
Response.Write(i.ToString());
Dim i As Integer i = FpSpread1.ActiveSheetView.Cells(0, 0).GetHashCode() Response.Write(i.ToString())