For a 64-Bit system, gets the block table record object id associated to a specified cell. (Obsolete)
Supported platforms: Windows only
VBA:
RetVal = object.GetBlockTableRecordId232(nRow, nCol, nContent)
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.
Type: Long
The pointer to hold the block table record object id.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available