GetBackgroundColorNone Method |
Returns the value specifying that there is no background color for the specified row type.
Signature
RetVal = object.GetBackgroundColorNone(rowType)
Object
Table,
TableStyle
The object or objects this method applies to.
rowType
AcRowType enum; the row type
acDataRow
acHeaderRow
acTitleRow
acUnknownRow
RetVal
Boolean; the value specifying no background color for the row type.
Comments? |