Searches for an anchor with the specified name in the current collection.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public C1Anchor FindByName( string anchorName ) |
Visual Basic |
---|
Public Function FindByName ( _ anchorName As String _ ) As C1Anchor |
Parameters
- anchorName
- Type: System..::..String
The name to search for.