Returns the field ObjectID of the specified cell.
Supported platforms: Windows only
VBA:
RetVal = object.GetFieldId(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_PTR
The field object id.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available