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

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

Checks if new rows or columns can be inserted into the specified index. 

 

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