Hi all,
There is a "FirstRow" property in datagrid. According to the documents, by setting this property in a way like
" [Datagrid].FirstRow = 5] "
the datagrid will roll to a certain row, in this case, 5.
But what I get is a run-time error 6149 "Invalid Bookmark"?
Is this is a flaw in the design of datagrid?
There is a "FirstRow" property in datagrid. According to the documents, by setting this property in a way like
" [Datagrid].FirstRow = 5] "
the datagrid will roll to a certain row, in this case, 5.
But what I get is a run-time error 6149 "Invalid Bookmark"?
Is this is a flaw in the design of datagrid?