GetCustomData Method |
Gets the custom data associated to a cell.
Signature
RetVal = object.GetCustomData nRow, nCol, szKey
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
RetVal
VARIANT
The custom data.
Comments? |