API Reference > OdDb Classes > OdDbTableStyle Class > OdDbTableStyle Methods > OdDbTableStyle::setBackgroundColorNone Method
OdDbTableStyle::setBackgroundColorNone Method
Syntax
C++
virtual void setBackgroundColorNone(bool disable, int rowTypes = OdDb::kAllRows);
Parameters 
Description 
bool disable 
[in] Disables the background color if true, enables if false.  
int rowTypes = OdDb::kAllRows 
[in] Row types. 

Controls the background color setting for the specified row types or cell in this TableStyle object (DXF 283). 

 

rowTypes must be a combination of one or more of the following: 

 

Name 
Value 
OdDb::kTitleRow 
OdDb::kHeaderRow 
OdDb::kDataRow 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.