Returns the block table record ID of the cell.
Supported platforms: Windows only
VBA:
RetVal = object.GetBlockTableRecordId(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_PTR
The pointer to hold the block table record object id.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available