SetCustomData Method |
Sets the custom data associated to a cell.
Signature
object.SetCustomData nRow, nCol, szKey, data
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.
szKey
String; Input-only
The input key of the AcDbEvalContextPair
data
VARIANT; Input-only
The custom data to store.
Comments? |