RowFilter for "Row Numbers"?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to create a RowFilter expression for
a DataView such that you bind and display only
the first 200 rows?

I note that the RowViewCache holds each row as
[0], [1], [2], etc. Perhaps there's another way
to bind only [0] to [199] for example?
 
Back
Top