Sets the value specifying that there is no background color for the specified row and column.
Supported platforms: Windows only
VBA:
object.SetCellBackgroundColorNone row, col, bValue
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The zero-based row index for the cell.
Access: Input-only
Type: Long
The zero-based column index for the cell.
Access: Input-only
Type: Boolean
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available