GetCellContentColor2 Method

Gets the true color vlaue for a cell.

See Also | Example

Signature

RetVal = object.GetCellContentColor2 nRow, nCol, nContent

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 for the cell.

RetVal

AcadAcCmColor
The pointer referencing the color value.

 

   Comments?