'宣言 Public Function GotoAnchor( _ ByVal anchorName As System.String _ ) As System.Boolean
public System.bool GotoAnchor( System.string anchorName )
パラメータ
- anchorName
- アンカーの名前。
戻り値の型
アンカーが見つかった場合は true、その他の場合は false。
'宣言 Public Function GotoAnchor( _ ByVal anchorName As System.String _ ) As System.Boolean
public System.bool GotoAnchor( System.string anchorName )