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

Returns the cell style overrides for the specified cell in this table entity. 

 

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