FlexReport for WinForms
FindObjectIndex メソッド


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > GroupNodeList クラス : FindObjectIndex メソッド
シンタックス
'宣言
 
Public Function FindObjectIndex( _
   ByVal sc As ReportScriptContextBase, _
   ByVal v As System.Object, _
   ByVal sort As SortEnum, _
   ByRef index As System.Integer _
) As System.Boolean
'使用法
 
Dim instance As GroupNodeList
Dim sc As ReportScriptContextBase
Dim v As System.Object
Dim sort As SortEnum
Dim index As System.Integer
Dim value As System.Boolean
 
value = instance.FindObjectIndex(sc, v, sort, index)
public System.bool FindObjectIndex( 
   ReportScriptContextBase sc,
   System.object v,
   SortEnum sort,
   out System.int index
)

パラメータ

sc
v
sort
index
参照

参照

GroupNodeList クラス
GroupNodeList メンバ