|
Programmer's Reference >
WordApplication API >
Element > CreateBookmark
CreateBookmark Method
Signature:
public void CreateBookmark ( String name
)
Description:
Creates a bookmark on this Element with the specified name.
Parameters:
|
name |
A String representing the name to give this bookmark. |
Examples:
[csharp]
e.CreateBookmark("MyBookmark");
[vbnet]
e.CreateBookmark("MyBookmark")

Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.
|