Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLinkedTableData::moveContent Method
Syntax
C++
virtual void moveContent(OdInt32 nRow, OdInt32 nCol, OdInt32 nFromIndex, OdInt32 nToIndex);

Moves content in a cell from one position to another. 

 

Parameters
Description
nRow
[in] Row index of the cell.
nCol
[in] Column index of the cell.
nFromIndex
[in] Index of the 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.