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

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

 

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

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