|
If there is no row with focus in the data window, return 0;
If there is a row with focus, the column number of the last column (col-1) is returned, and the focus is still set on the original column.If the number of columns is greater than 1000, there is no return value, and the focus is set to the 1000th column. |
|