PrintDocument for WinForms
IndexOfName メソッド (RenderObjectCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObjectCollection クラス : IndexOfName メソッド
The name to search for.
Searches the current collection for an object with the specified RenderObject.Name.
シンタックス
'宣言
 
Public Function IndexOfName( _
   ByVal name As System.String _
) As System.Integer
'使用法
 
Dim instance As RenderObjectCollection
Dim name As System.String
Dim value As System.Integer
 
value = instance.IndexOfName(name)
public System.int IndexOfName( 
   System.string name
)

パラメータ

name
The name to search for.

戻り値の型

Index of the object in the current collection, or -1 if no object was found.
参照

RenderObjectCollection クラス
RenderObjectCollection メンバ