PowerTools SPREAD for ASP.NET 8.0J
GetHashCode メソッド (Cell)

オブジェクトのハッシュコードを取得します。
構文
'Declaration
 
Public Overrides Function GetHashCode() As Integer
public override int GetHashCode()

戻り値の型

ハッシュコードを表すInteger
この例では、指定したセルのハッシュコードを返します。
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())
参照

Cell クラス
Cell メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.