Message-ID: <975630441.9119.1711676495486.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9118_1373619613.1711676495486" ------=_Part_9118_1373619613.1711676495486 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Table.CreateBookmarkOnRow(Int32, String)

Table.CreateBookmarkOnRow(Int32, String)

Desc= ription

=20

Creates a bookmark on the specified row using the specified name.

=20
C#
=20
 public void CreateBookmarkOnRow(int row, System.String name)
=20
=20
vb.net
=20
Public Sub CreateBookmarkOnRow(ByVal row As Integer, ByVal name As String)
=20
=20

Parameters=20

row
An=20 int representing the table cell's row.=20
name
A=20 String representing the bookmark name.=20

Examples

= =20
C#
=20
oTable.CreateBookmarkOnRow(1, "MyBookmark");
=20
=20
vb.net
=20
oTable.CreateBookmarkOnRow(1, "MyBookmark")
=20
------=_Part_9118_1373619613.1711676495486--