For a 64-Bit system, gets a cell's block table record id. (Obsolete)
Supported platforms: Windows only
VBA:
RetVal = object.GetBlockTableRecordId32(row, col)
Type: Table
The object this method applies to.
Access: Input-only
Type: Integer
The row in the table.
Access: Input-only
Type: Integer
The column in the table.
Type: Long
The pointer to hold the block table record object id.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available