Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Retrieve LastRow index
posted

Hi,

Is there a way to retrieve the viewing last row index easily?

I able to retrieve the viewing first row index through below code:

int

a = this.ultraGrid1.ActiveRowScrollRegion.VisibleRows.RowScrollRegion.FirstRow.VisibleIndex;

but then i found out that LastRow were a Non public member(pls view the image url below) and I couldnt access to retrieve it.