Returns the selected cell, write mode, and auto move direction for an Excel spreadsheet.
0 |
Integer |
Workbook Handle |
The handle for the workbook returned from the Open Workbook File command. |
1 |
String |
Absolute Position Worksheet Name |
The name of the active worksheet. |
2 |
String |
Absolute Position Column (A, B, C, ...) |
The currently selected column. |
3 |
String |
Absolute Position Row (1, 2, 3, ...) |
The currently selected row. |
4 |
Write Mode Type |
Write Mode |
The current write mode for the spreadsheet. |
5 |
Move Direction Type |
Auto Move Direction |
The current auto-move direction. |
6 |
Integer |
Auto Move # Cells |
The current number of cells being used with auto-move. |
|
|
|
|
SUCCESS |
The information was returned successfully. |
FAILURE |
The workbook handle was invalid. |
None.