Sets the color value for the specified named cell style.
Supported platforms: Windows only
VBA:
object.SetColor2 bstrCellStyle, color
Type: TableStyle
The object this method applies to.
Access: Input-only
Type: String
The named cell style.
Access: Input-only
Type: AcCmColor
The AutoCAD color object to assign to the cell style.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available