GetCellBackgroundColor Method

Returns the background true color value of a cell in the specified row and column.

See Also | Example

Signature

RetVal = object.GetCellBackgroundColor(row, col)

Object

Table
The object or objects this method applies to.

row

Long; the zero-based row index for the cell

col

Long; the zero-based column index for the cell

RetVal

AcCmColor object
AutoCAD true color object.

 

   Comments?