Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::canInsert Method
Syntax
C++
virtual bool canInsert(OdInt32 nIndex, bool bRow) const;

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

 

Parameters
Description
nIndex
[in] Index.
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.

Copyright © 2002-2022. Open Design Alliance All rights reserved.