Returns the index of the specified RenderFragment of the current object in the Fragments collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int IndexOfFragment(
	RenderFragment rf
)
Visual Basic
Public Function IndexOfFragment ( _
	rf As RenderFragment _
) As Integer

Parameters

rf
Type: C1.C1Preview..::..RenderFragment
The RenderFragment to return the index of.

Return Value

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

See Also