Property

Method

Event

 

 

GotoBookmark

ÁöÁ¤ÇÑ Ã¥°¥ÇÇ(Bookmark) À§Ä¡·Î À̵¿ÇÕ´Ï´Ù.

Syntax

    HRESULT GotoBookmark(
    BSTR str
    );

Parameters

str

[in] À̵¿ÇÒ Ã¥°¥ÇÇÀÇ À̸§À» ÀÔ·ÂÇÕ´Ï´Ù.

Return Values

Ç×»ó : 0

Sample Codes

VBScript

function TestBtn_OnClick
   dim object
   set object = document.editForm
object.wec.GotoBookmark "MyBookmark"
end function