'Declaration Public Function GotoAnchor( _ ByVal anchorName As String _ ) As Boolean
public bool GotoAnchor( string anchorName )
Parameters
- anchorName
- The name of the anchor.
Return Value
true if the anchor was found, false otherwise.
'Declaration Public Function GotoAnchor( _ ByVal anchorName As String _ ) As Boolean
public bool GotoAnchor( string anchorName )