Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbTable::moveContent Method
Syntax
C++
void moveContent(OdInt32 row, OdInt32 col, OdInt32 nFromIndex, OdInt32 nToIndex);

Moves content in the cell from one position to another. 

 

Parameters
Description
row
[in] Row index of the cell.
col
[in] Column index of the cell.
nFromIndex
[in] Index of content to move.
nToIndex
[in] Target index of the content where it should be moved to.

Method generates the eNotImplementedYet exception.

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