Sets the field object ID of the specified cell for a 64-bit system. (Obsolete)
Supported platforms: Windows only
VBA:
object.SetFieldId32 row, col, fieldId
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.
Access: Input-only
Type: Long
The field object ID.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available