Description
Creates a bookmark on the specified row using the specified name.
C#
vb.net
Parameters
row
Anint
representing the table cell's row.
name
AString
representing the bookmark name.
Examples
C#
vb.net
Creates a bookmark on the specified row using the specified name.
int
representing the table cell's row.
String
representing the bookmark name.