SetBackgroundColor2 Method (ActiveX)

Sets a background color value for the specified named cell style.

Supported platforms: Windows only

Signature

VBA:

object.SetBackgroundColor2 bstrCellStyle, color
object

Type: TableStyle

The object this method applies to.

bstrCellStyle

Access: Input-only

Type: String

The named cell style.

color

Access: Input-only

Type: AcCmColor

The AutoCAD true color object to apply to the specified cell style.

Return Value (RetVal)

No return value.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available