For a 64-Bit system, gets the field object ID of the specified cell. (Obsolete)
Supported platforms: Windows only
VBA:
RetVal = object.GetFieldId32(row, col)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The zero-based row index for the cell.
Access: Input-only
Type: Long
The zero-based column index for the cell.
Type: Long
The field object id.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available