Gets the index of a RenderFragment in the current collection.

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

Syntax

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

Parameters

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

Return Value

The index of the specified fragment.

See Also