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

Moves content in a cell from one position to another. 

 

Method generates the eNotImplementedYet exception.

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