PowerTools SPREAD for Windows Forms 8.0J
GetHashCode メソッド (StyleInfo)


このオブジェクトのハッシュコードを取得します。
構文
'Declaration
 
Public Overrides Function GetHashCode() As Integer
'使用法
 
Dim instance As StyleInfo
Dim value As Integer
 
value = instance.GetHashCode()
public override int GetHashCode()

戻り値の型

ハッシュ コード値を表す Integer
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo();
int i;
fpSpread1.ActiveSheet.ColumnHeader.DefaultStyle = si;
i = si.GetHashCode();
label1.Text = i.ToString();
Dim si As New FarPoint.Win.Spread.StyleInfo
Dim i As Integer
FpSpread1.ActiveSheet.ColumnHeader.DefaultStyle = si
i = si.GetHashCode()
Label1.Text = i.ToString()
参照

StyleInfo クラス
StyleInfo メンバ

 

 


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