SetBookmark Method (DataHandler)
In This Topic
Sets the current cursor position to supplied value.
Syntax
'Declaration
Public MustOverride Sub SetBookmark( _
ByVal As Integer _
)
public abstract void SetBookmark(
int
)
Parameters
- bookmark
- Index of record.
See Also