Sets a background color value for the specified named cell style.
Supported platforms: Windows only
VBA:
object.SetBackgroundColor2 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 true color object to apply to the specified cell style.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available