Sets the value specifying whether there is no background color for the specified row types.
Supported platforms: Windows only
VBA:
object.SetBackgroundColorNone rowTypes, bValue
Type: Table, TableStyle
The object this method applies to.
Access: Input-only
Type: AcRowType enum
The row types to change.
Access: Input-only
Type: Boolean
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available