PrintDocument for WinForms
IndexOfFragment メソッド (RenderObject)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObject クラス : IndexOfFragment メソッド
The RenderFragment to return the index of.
Returns the index of the specified RenderFragment of the current object in the RenderObject.Fragments collection.
シンタックス
'宣言
 
Public Function IndexOfFragment( _
   ByVal rf As RenderFragment _
) As System.Integer
'使用法
 
Dim instance As RenderObject
Dim rf As RenderFragment
Dim value As System.Integer
 
value = instance.IndexOfFragment(rf)
public System.int IndexOfFragment( 
   RenderFragment rf
)

パラメータ

rf
The RenderFragment to return the index of.

戻り値の型

The 0-based index of the specified fragment in RenderObject.Fragments, or -1 if there are no fragments or the fragment was not found.
参照

RenderObject クラス
RenderObject メンバ