Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbFormattedTableData::removeAllOverrides Method
Syntax
C++
virtual void removeAllOverrides(OdInt32 nRow, OdInt32 nCol);

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. 

 

Parameters
Description
nRow
[in] Row index.
nCol
[in] Column index.
Copyright © 2002-2022. Open Design Alliance All rights reserved.