Sets the block table record ID of the cell.
Supported platforms: Windows only
VBA:
object.SetBlockTableRecordId row, col, blkId, bAutoFit
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_PTR
The block table record object id to set in the cell.
Access: Input-only
Type: Boolean
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available