Sets the color value for the cell content based on the row, column, and content location.
Supported platforms: Windows only
VBA:
object.SetContentColor2 nRow, nCol, nContent, pColor
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row in the table.
Access: Input-only
Type: Long
The column in the table.
Access: Input-only
Type: Long
The content location in a cell.
Access:
Type: AcCmColor
The AutoCAD true color object to assign to the specified content in the cell.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available