SetCellBackgroundColorNone Method

Sets the value specifying that there is no background color for the specified row and column.

See Also | Example

Signature

object.SetCellBackgroundColorNone(row, col, bValue)

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

bValue

Boolean
Indicates whether there is a background color.

 

   Comments?