FlexReport for WinForms
GetPropIndex メソッド (PropsHashTable<T>)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > PropsHashTable<T> クラス : GetPropIndex メソッド
The property key.
Gets the index of a property in the PropsHashTable<T>.Keys and PropsHashTable<T>.Values arrays.
シンタックス
'宣言
 
Public Function GetPropIndex( _
   ByVal propKey As System.Integer _
) As System.Integer
'使用法
 
Dim instance As PropsHashTable(Of T)
Dim propKey As System.Integer
Dim value As System.Integer
 
value = instance.GetPropIndex(propKey)
public System.int GetPropIndex( 
   System.int propKey
)

パラメータ

propKey
The property key.

戻り値の型

The 0-based index of the specified property in the PropsHashTable<T>.Keys and PropsHashTable<T>.Values arrays.
参照

参照

PropsHashTable<T> クラス
PropsHashTable<T> メンバ