Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTableStyle::setBackgroundColorNone Method
Syntax
C++
virtual void setBackgroundColorNone(bool disable, int rowTypes = OdDb::kAllRows);

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

 

Parameters
Description
disable
[in] Disables the background color if true, enables if false.
rowTypes
[in] Row types.

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

 

Name
Value
OdDb::kTitleRow
1
OdDb::kHeaderRow
2
OdDb::kDataRow
4
Copyright © 2002-2022. Open Design Alliance All rights reserved.