API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::isBackgroundColorNone Method
OdDbTable::isBackgroundColorNone Method
Syntax
C++
virtual bool isBackgroundColorNone(OdUInt32 row, OdUInt32 column) const;
Parameters 
Description 
OdUInt32 row 
[in] Row index of the cell.  
OdUInt32 column 
[in] Column index of the cell. 

Returns true if and only if the background color for the specified cell is disabled for this table entity (DXF 283). 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.