API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::canDelete Method
OdDbTable::canDelete Method
Syntax
C++
bool canDelete(OdInt32 nIndex, OdInt32 nCount, bool bRow) const;
Parameters 
Description 
OdInt32 nIndex 
[in] Index.  
OdInt32 nCount 
[in] Number of rows or columns.  
bool bRow 
[in] Flag that indicates what to check: "true"" for rows or "false" for columns.  

True if rows or columns can be deleted; false otherwise.

Checks if rows or columns can be deleted from the specified index. 

 

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