Returns the index of the specified RenderFragment of the current object
in the Fragments collection.
Namespace:
C1.C1PreviewAssembly: 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.