[]
Returns the index of the specified RenderFragment of the current object in the Fragments collection.
public int IndexOfFragment(RenderFragment rf)
Public Function IndexOfFragment(rf As RenderFragment) As Integer
| Type | Name | Description |
|---|---|---|
| RenderFragment | rf | The RenderFragment to return the index of. |
| Type | Description |
|---|---|
| int | The 0-based index of the specified fragment in Fragments, or -1 if there are no fragments or the fragment was not found. |