API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::removeAllOverrides Method
OdDbTable::removeAllOverrides Method
Syntax
C++
void removeAllOverrides(OdInt32 row, OdInt32 col);
Parameters 
Description 
OdInt32 row 
[in] Row index.  
OdInt32 col 
[in] Column index. 

Removes all overrides in a cell, row or column. Use a valid row index and pass the column index '-1' to remove the row property overrides. Use a valid column index and pass the row index '-1' to remove the column property overrides. 

 

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