| Data Access Modes > User Events Mode > The RowBuffer Object > Bookmark Property |
Bookmark is a variant array used to specify unique row bookmarks when the RowBuffer is used to fetch data during a UserReadData event.
| Example Title |
Copy Code
|
|---|---|
RowBuffer.Bookmark(RowIndex) = Variant
' where RowIndex = 0 to RowCount - 1
|
|