API Reference > OdDb Classes > OdDbBlockPropertiesTable Class > OdDbBlockPropertiesTable Methods > OdDbBlockPropertiesTable::moveRow Method
OdDbBlockPropertiesTable::moveRow Method
Syntax
C++
void moveRow(int from, int to);
Parameters 
Description 
int from 
[in] Index from which to move the row.  
int to 
[in] Index to which to move the row. 

Moves the row from the original position to a new position. 

 

Throws the eInvalidIndex exception if the from or to indices are not valid. If the from and to indices are equal, exits the function.

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