For a 64-Bit system, Sets a cell's field object id. (Obsolete)
Supported platforms: Windows only
VBA:
object.SetFieldId232 nRow, nCol, nContent, acDbObjectId, nflag
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row number of the cell to set.
Access: Input-only
Type: Long
The column number of the cell to set.
Access: Input-only
Type: Long
The content value of the cell.
Access: Input-only
Type: Long
The field object id to set.
Access: Input-only
Type: AcCellOption enum
The cell inheritance flag.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available