Positions the TableCursor over the cell at the given row and column in the parent table.
@param row the index of the row for the cell to select
@param column the index of column for the cell to select
@exception SWTException <ul>
<li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
<li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
</ul>
Positions the TableCursor over the cell at the given row and column in the parent table.
@param row the index of the row for the cell to select @param column the index of column for the cell to select
@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>