SetBlockTableRecordId2 Method |
Sets the block table record object id associated to a specifed cell.
Signature
object.SetBlockTableRecordId2 nRow, nCol, nContent, blkId, autoFit
Object
Table
The object this method applies to.
nRow
Integer; Input-only
The row number of the cell to set.
nCol
Integer; Input-only
The column number of the cell to set.
nContent
Integer; Input-only
The content value of the cell.
blkId
Long_PTR; Input-only
The block table record object id to set.
autoFit
VARIANT_BOOL; Input-only
The flag which indicates whether to auto fit the block at the
specified cell.
Comments? |