SetContentColor2 Method (ActiveX)

Sets the color value for the cell content based on the row, column, and content location.

Supported platforms: Windows only

Signature

VBA:

object.SetContentColor2 nRow, nCol, nContent, pColor
object

Type: Table

The object this method applies to.

nRow

Access: Input-only

Type: Long

The row in the table.

nCol

Access: Input-only

Type: Long

The column in the table.

nContent

Access: Input-only

Type: Long

The content location in a cell.

pColor

Access:

Type: AcCmColor

The AutoCAD true color object to assign to the specified content in the cell.

Return Value (RetVal)

No return value.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available