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

 public void CreateBookmarkOnRow(int row, System.String name)
Public Sub CreateBookmarkOnRow(ByVal row As Integer, ByVal name As String)

An int representing the table cell's row.

A String representing the bookmark name.

oTable.CreateBookmarkOnRow(1, "MyBookmark");
oTable.CreateBookmarkOnRow(1, "MyBookmark")