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

Removes all overrides in the 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.