API Reference > OdDb Classes > OdDbTable Class > OdDbTable Methods > OdDbTable::moveContent Method
OdDbTable::moveContent Method
Syntax
C++
void moveContent(OdInt32 row, OdInt32 col, OdInt32 nFromIndex, OdInt32 nToIndex);
Parameters 
Description 
OdInt32 row 
[in] Row index of the cell.  
OdInt32 col 
[in] Column index of the cell.  
OdInt32 nFromIndex 
[in] Index of content to move.  
OdInt32 nToIndex 
[in] Target index of the content where it should be moved to. 

Moves content in the cell from one position to another. 

 

Method generates the eNotImplementedYet exception.

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