API Reference > OdDb Classes > OdDbTableStyle Class > OdDbTableStyle Methods > OdDbTableStyle::isBackgroundColorNone Method
OdDbTableStyle::isBackgroundColorNone Method
Syntax
C++
virtual bool isBackgroundColorNone(OdDb::RowType rowType = OdDb::kDataRow) const;
Parameters 
Description 
OdDb::RowType rowType = OdDb::kDataRow 
[in] Row type  
row 
[in] Row index of the cell.  
column 
[in] Column index of the cell. 

Returns true if and only if the background color for the specified row type is disabled for this TableStyle object (DXF 283). 

 

rowType must be one of the following: 

 

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