Returns the color value for the specified content located at the provided row, column, and content index.
Supported platforms: Windows only
VBA:
RetVal = object.GetContentColor2(row, column, content)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row number in the table.
Access: Input-only
Type: Long
The column number in the table.
Access: Input-only
Type: Long
The content index in the table cell.
Type: AcCmColor
The AutoCAD true color object assigned to the content at the specified index in the table cell.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available