Home 
  
  
 Change View 
  
  
 Print 
  

SetCellBackgroundColor Method

Sets the background true color value for the specified row and column.

See Also | Example

Signature

object.SetCellBackgroundColor(row, col, pColor)

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

pColor

AcCmColor object
AutoCAD true color object.

 

   Comments?