1. The only way to do it is by selecting the last row:
Code:
table1.SelectCell(table1.ColName(0),table1.RowCount-1)
2. This is not possible. The code is only parsed once (during compilation) and the parser can't know the value of each variable.
3 & 4. I will check these issues.