Complete beginner - any help/example code or good tutorial to read would be greatly appreciated.

I've populated a dataviewgrid component with an xml file.
What I want to do now is take a specific field value from the last row,
do some calculations and display to user (msgbox, updated label, whatever).

I'll worry about adding a new row back into the grid and ultimately the xml file later.

...